#BDB2BE

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

Shades of Lola #BDB2BE

Tints of Lola #BDB2BE

Color information

#BDB2BE (or 0xBDB2BE) is unknown color: approx Lola. HEX triplet: BD, B2 and BE. RGB value is (189,178,190). Sum of RGB (Red+Green+Blue) = 189+178+190=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2BE is #424D41. Grayscale: #B6B6B6. Windows color (decimal): -4345154 or 12497597. OLE color: 12497597.

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

Color convert

RGB189178190-
CMYK0.010.0600.25
HSL295º8.45%72.16%-
HSV(B)295º6.32%74.51%-
XYZ46.246.3855.23-
YUV182.66132.14132.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 178 (69.92% from 255) = 31.96%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=33.93%
G=31.96%
B=34.11%

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
Decimal1891781900.010.0600.252958.4572.16
HexBDB2BE16019127848
Octal2752622761603144710110
Binary101111011011001010111110111001100110010011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB2BE; }

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

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

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

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

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

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

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

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