#BCAABD

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

Shades of Lola #BCAABD

Tints of Lola #BCAABD

Color information

#BCAABD (or 0xBCAABD) is unknown color: approx Lola. HEX triplet: BC, AA and BD. RGB value is (188,170,189). Sum of RGB (Red+Green+Blue) = 188+170+189=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAABD is #435542. Grayscale: #B1B1B1. Windows color (decimal): -4412739 or 12430012. OLE color: 12430012.

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

Color convert

RGB188170189-
CMYK0.010.1000.26
HSL296.84º12.58%70.39%-
HSV(B)296.84º10.05%74.12%-
XYZ44.343.1154.13-
YUV177.55134.46135.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=34.37%
G=31.08%
B=34.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881701890.010.1000.26296.8412.5870.39
HexBCAABD1A01A129d46
Octal27425227511203245115106
Binary1011110010101010101111011101001101010010100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAABD; }

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

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

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

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

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

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

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

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