#BCAFBB

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

Shades of Lola #BCAFBB

Tints of Lola #BCAFBB

Color information

#BCAFBB (or 0xBCAFBB) is unknown color: approx Lola. HEX triplet: BC, AF and BB. RGB value is (188,175,187). Sum of RGB (Red+Green+Blue) = 188+175+187=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFBB is #435044. Grayscale: #B4B4B4. Windows color (decimal): -4411461 or 12300220. OLE color: 12300220.

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

Color convert

RGB188175187-
CMYK00.070.010.26
HSL304.62º8.84%71.18%-
HSV(B)304.62º6.91%73.73%-
XYZ45.0444.9453.31-
YUV180.26131.81133.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 187 (73.44% from 255) = 34%
R=34.18%
G=31.82%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817518700.070.010.26304.628.8471.18
HexBCAFBB0711A131947
Octal2742572730713246111107
Binary101111001010111110111011011111101010011000110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFBB; }

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

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

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

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

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

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

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

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