#BCAFB6

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

Shades of Lily #BCAFB6

Tints of Lily #BCAFB6

Color information

#BCAFB6 (or 0xBCAFB6) is unknown color: approx Lily. HEX triplet: BC, AF and B6. RGB value is (188,175,182). Sum of RGB (Red+Green+Blue) = 188+175+182=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFB6 is #435049. Grayscale: #B3B3B3. Windows color (decimal): -4411466 or 11972540. OLE color: 11972540.

HSL color Cylindrical-coordinate representation of color #BCAFB6: hue angle of 327.69º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCAFB6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB188175182-
CMYK00.070.030.26
HSL327.69º8.84%71.18%-
HSV(B)327.69º6.91%73.73%-
XYZ44.5144.7350.54-
YUV179.68129.31133.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 182 (71.48% from 255) = 33.39%
R=34.50%
G=32.11%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817518200.070.030.26327.698.8471.18
HexBCAFB60731A148947
Octal2742572660733251011107
Binary1011110010101111101101100111111101010100100010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFB6; }

 p { color: rgb(188,175,182); }

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

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

 a { background-color: rgb(188,175,182); }

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

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

 span { border-color: rgb(188,175,182); }

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