#BDB6BE

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

Shades of Lola #BDB6BE

Tints of Lola #BDB6BE

Color information

#BDB6BE (or 0xBDB6BE) is unknown color: approx Lola. HEX triplet: BD, B6 and BE. RGB value is (189,182,190). Sum of RGB (Red+Green+Blue) = 189+182+190=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6BE is #424941. Grayscale: #B8B8B8. Windows color (decimal): -4344130 or 12498621. OLE color: 12498621.

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

Color convert

RGB189182190-
CMYK0.010.0400.25
HSL292.5º5.8%72.94%-
HSV(B)292.5º4.21%74.51%-
XYZ47.0147.9955.5-
YUV185130.82130.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=33.69%
G=32.44%
B=33.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891821900.010.0400.25292.55.872.94
HexBDB6BE14019125649
Octal275266276140314456111
Binary10111101101101101011111011000110011001001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6BE; }

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

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

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

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

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

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

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

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