#BCA8BB

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

Shades of Lola #BCA8BB

Tints of Lola #BCA8BB

Color information

#BCA8BB (or 0xBCA8BB) is unknown color: approx Lola. HEX triplet: BC, A8 and BB. RGB value is (188,168,187). Sum of RGB (Red+Green+Blue) = 188+168+187=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8BB is #435744. Grayscale: #B0B0B0. Windows color (decimal): -4413253 or 12298428. OLE color: 12298428.

HSL color Cylindrical-coordinate representation of color #BCA8BB: hue angle of 303º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCA8BB is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB188168187-
CMYK00.110.010.26
HSL303º12.99%69.8%-
HSV(B)303º10.64%73.73%-
XYZ43.7142.2852.87-
YUV176.15134.13136.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=34.62%
G=30.94%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816818700.110.010.2630312.9969.8
HexBCA8BB0B11A12fd46
Octal27425027301313245715106
Binary1011110010101000101110110101111101010010111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8BB; }

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

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

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

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

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

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

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

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