#BCA8BA

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

Shades of Lola #BCA8BA

Tints of Lola #BCA8BA

Color information

#BCA8BA (or 0xBCA8BA) is unknown color: approx Lola. HEX triplet: BC, A8 and BA. RGB value is (188,168,186). Sum of RGB (Red+Green+Blue) = 188+168+186=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8BA is #435745. Grayscale: #AFAFAF. Windows color (decimal): -4413254 or 12232892. OLE color: 12232892.

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

Color convert

RGB188168186-
CMYK00.110.010.26
HSL306º12.99%69.8%-
HSV(B)306º10.64%73.73%-
XYZ43.642.2452.31-
YUV176.03133.63136.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 168 (66.02% from 255) = 31.00%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=34.69%
G=31.00%
B=34.32%

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
Decimal18816818600.110.010.2630612.9969.8
HexBCA8BA0B11A132d46
Octal27425027201313246215106
Binary1011110010101000101110100101111101010011001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8BA; }

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

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

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

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

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

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

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

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