#BDB3BE

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

Shades of Lola #BDB3BE

Tints of Lola #BDB3BE

Color information

#BDB3BE (or 0xBDB3BE) is unknown color: approx Lola. HEX triplet: BD, B3 and BE. RGB value is (189,179,190). Sum of RGB (Red+Green+Blue) = 189+179+190=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3BE is #424C41. Grayscale: #B7B7B7. Windows color (decimal): -4344898 or 12497853. OLE color: 12497853.

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

Color convert

RGB189179190-
CMYK0.010.0600.25
HSL294.55º7.8%72.35%-
HSV(B)294.55º5.79%74.51%-
XYZ46.446.7855.3-
YUV183.24131.81132.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 179 (70.31% from 255) = 32.08%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=33.87%
G=32.08%
B=34.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891791900.010.0600.25294.557.872.35
HexBDB3BE16019127848
Octal2752632761603144710110
Binary101111011011001110111110111001100110010011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB3BE; }

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

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

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

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

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

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

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

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