#BCA5BB

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

Shades of Lola #BCA5BB

Tints of Lola #BCA5BB

Color information

#BCA5BB (or 0xBCA5BB) is unknown color: approx Lola. HEX triplet: BC, A5 and BB. RGB value is (188,165,187). Sum of RGB (Red+Green+Blue) = 188+165+187=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5BB is #435A44. Grayscale: #AEAEAE. Windows color (decimal): -4414021 or 12297660. OLE color: 12297660.

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

Color convert

RGB188165187-
CMYK00.120.010.26
HSL302.61º14.65%69.22%-
HSV(B)302.61º12.23%73.73%-
XYZ43.1641.1952.69-
YUV174.38135.12137.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=34.81%
G=30.56%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816518700.120.010.26302.6114.6569.22
HexBCA5BB0C11A12ff45
Octal27424527301413245717105
Binary1011110010100101101110110110011101010010111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5BB; }

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

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

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

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

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

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

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

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