#BCA4BB

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

Shades of Lola #BCA4BB

Tints of Lola #BCA4BB

Color information

#BCA4BB (or 0xBCA4BB) is unknown color: approx Lola. HEX triplet: BC, A4 and BB. RGB value is (188,164,187). Sum of RGB (Red+Green+Blue) = 188+164+187=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4BB is #435B44. Grayscale: #ADADAD. Windows color (decimal): -4414277 or 12297404. OLE color: 12297404.

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

Color convert

RGB188164187-
CMYK00.130.010.26
HSL302.5º15.19%69.02%-
HSV(B)302.5º12.77%73.73%-
XYZ42.9840.8352.63-
YUV173.8135.45138.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=34.88%
G=30.43%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816418700.130.010.26302.515.1969.02
HexBCA4BB0D11A12ef45
Octal27424427301513245617105
Binary1011110010100100101110110110111101010010111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4BB; }

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

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

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

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

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

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

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

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