#BDBABE

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

Shades of Lola #BDBABE

Tints of Lola #BDBABE

Color information

#BDBABE (or 0xBDBABE) is unknown color: approx Lola. HEX triplet: BD, BA and BE. RGB value is (189,186,190). Sum of RGB (Red+Green+Blue) = 189+186+190=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBABE is #424541. Grayscale: #BBBBBB. Windows color (decimal): -4343106 or 12499645. OLE color: 12499645.

HSL color Cylindrical-coordinate representation of color #BDBABE: hue angle of 285º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDBABE is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189186190-
CMYK0.010.0200.25
HSL285º2.99%73.73%-
HSV(B)285º2.11%74.51%-
XYZ47.8449.6555.78-
YUV187.35129.49129.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=33.45%
G=32.92%
B=33.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891861900.010.0200.252852.9973.73
HexBDBABE1201911d34a
Octal275272276120314353112
Binary101111011011101010111110110011001100011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBABE; }

 p { color: rgb(189,186,190); }

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

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

 a { background-color: rgb(189,186,190); }

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

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

 span { border-color: rgb(189,186,190); }

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