#BDAABB

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

Shades of Lola #BDAABB

Tints of Lola #BDAABB

Color information

#BDAABB (or 0xBDAABB) is unknown color: approx Lola. HEX triplet: BD, AA and BB. RGB value is (189,170,187). Sum of RGB (Red+Green+Blue) = 189+170+187=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAABB is #425544. Grayscale: #B1B1B1. Windows color (decimal): -4347205 or 12298941. OLE color: 12298941.

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

Color convert

RGB189170187-
CMYK00.100.010.26
HSL306.32º12.58%70.39%-
HSV(B)306.32º10.05%74.12%-
XYZ44.3343.1653.01-
YUV177.62133.29136.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 187 (73.44% from 255) = 34.25%
R=34.62%
G=31.14%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917018700.100.010.26306.3212.5870.39
HexBDAABB0A11A132d46
Octal27525227301213246215106
Binary1011110110101010101110110101011101010011001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAABB; }

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

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

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

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

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

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

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

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