#BF96FB

Color #BF96FB Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BF96FB

Tints of Perfume #BF96FB

Color information

#BF96FB (or 0xBF96FB) is unknown color: approx Perfume. HEX triplet: BF, 96 and FB. RGB value is (191,150,251). Sum of RGB (Red+Green+Blue) = 191+150+251=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF96FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF96FB is #406904. Grayscale: #ADADAD. Windows color (decimal): -4221189 or 16488127. OLE color: 16488127.

HSL color Cylindrical-coordinate representation of color #BF96FB: hue angle of 264.36º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF96FB is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191150251-
CMYK0.240.4000.02
HSL264.36º92.66%78.63%-
HSV(B)264.36º40.24%98.43%-
XYZ49.839.8596.33-
YUV173.77171.58140.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 150 (58.98% from 255) = 25.34%
BLUE value IS 251 (98.44% from 255) = 42.40%
R=32.26%
G=25.34%
B=42.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911502510.240.4000.02264.3692.6678.63
HexBF96FB1828021085d4f
Octal277226373305002410135117
Binary1011111110010110111110111100010100001010000100010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96FB; }

 p { color: rgb(191,150,251); }

 H1.HeaderClassName
 {
   color: #BF96FB;
 }
 .AnyTagClassName
 {
   color: #BF96FB;
 }
</style>
background-color css

<style>
 a { background-color: #BF96FB; }

 a { background-color: rgb(191,150,251); }

 div.DivClassName
 {
   background-color: #BF96FB;
 }
 .BgClassName
 {
   background-color: #BF96FB;
 }
</style>
border-color css

<style>
 span { border-color: #BF96FB; }

 span { border-color: rgb(191,150,251); }

 td.TdClassName
 {
   border-color: #BF96FB;
 }
 .TagClassName
 {
   border-color: #BF96FB;
 }
</style>