#BCAFB3

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

Shades of Lily #BCAFB3

Tints of Lily #BCAFB3

Color information

#BCAFB3 (or 0xBCAFB3) is unknown color: approx Lily. HEX triplet: BC, AF and B3. RGB value is (188,175,179). Sum of RGB (Red+Green+Blue) = 188+175+179=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFB3 is #43504C. Grayscale: #B3B3B3. Windows color (decimal): -4411469 or 11775932. OLE color: 11775932.

HSL color Cylindrical-coordinate representation of color #BCAFB3: hue angle of 341.54º 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 #BCAFB3 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB188175179-
CMYK00.070.050.26
HSL341.54º8.84%71.18%-
HSV(B)341.54º6.91%73.73%-
XYZ44.2144.6148.93-
YUV179.34127.81134.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 179 (70.31% from 255) = 33.03%
R=34.69%
G=32.29%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817517900.070.050.26341.548.8471.18
HexBCAFB30751A156947
Octal2742572630753252611107
Binary10111100101011111011001101111011101010101011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFB3; }

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

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

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

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

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

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

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

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