#BCAABF

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

Shades of Lola #BCAABF

Tints of Lola #BCAABF

Color information

#BCAABF (or 0xBCAABF) is unknown color: approx Lola. HEX triplet: BC, AA and BF. RGB value is (188,170,191). Sum of RGB (Red+Green+Blue) = 188+170+191=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAABF is #435540. Grayscale: #B1B1B1. Windows color (decimal): -4412737 or 12561084. OLE color: 12561084.

HSL color Cylindrical-coordinate representation of color #BCAABF: hue angle of 291.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCAABF is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188170191-
CMYK0.020.1100.25
HSL291.43º14.09%70.78%-
HSV(B)291.43º10.99%74.9%-
XYZ44.5243.255.28-
YUV177.78135.46135.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 191 (75% from 255) = 34.79%
R=34.24%
G=30.97%
B=34.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881701910.020.1100.25291.4314.0970.78
HexBCAABF2B019123e47
Octal27425227721303144316107
Binary10111100101010101011111110101101100110010001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAABF; }

 p { color: rgb(188,170,191); }

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

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

 a { background-color: rgb(188,170,191); }

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

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

 span { border-color: rgb(188,170,191); }

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