#BC9BFB

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

Shades of Perfume #BC9BFB

Tints of Perfume #BC9BFB

Color information

#BC9BFB (or 0xBC9BFB) is unknown color: approx Perfume. HEX triplet: BC, 9B and FB. RGB value is (188,155,251). Sum of RGB (Red+Green+Blue) = 188+155+251=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9BFB is #436404. Grayscale: #AFAFAF. Windows color (decimal): -4416517 or 16489404. OLE color: 16489404.

HSL color Cylindrical-coordinate representation of color #BC9BFB: hue angle of 260.62º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC9BFB is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188155251-
CMYK0.250.3800.02
HSL260.62º92.31%79.61%-
HSV(B)260.62º38.25%98.43%-
XYZ49.8741.196.57-
YUV175.81170.43136.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 155 (60.94% from 255) = 26.09%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=31.65%
G=26.09%
B=42.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881552510.250.3800.02260.6292.3179.61
HexBC9BFB1926021055c50
Octal274233373314602405134120
Binary1011110010011011111110111100110011001010000010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9BFB; }

 p { color: rgb(188,155,251); }

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

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

 a { background-color: rgb(188,155,251); }

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

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

 span { border-color: rgb(188,155,251); }

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