#BDBED2

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

Shades of Lavender Grey #BDBED2

Tints of Lavender Grey #BDBED2

Color information

#BDBED2 (or 0xBDBED2) is unknown color: approx Lavender Grey. HEX triplet: BD, BE and D2. RGB value is (189,190,210). Sum of RGB (Red+Green+Blue) = 189+190+210=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDBED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBED2 is #42412D. Grayscale: #BFBFBF. Windows color (decimal): -4342062 or 13811389. OLE color: 13811389.

HSL color Cylindrical-coordinate representation of color #BDBED2: hue angle of 237.14º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDBED2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189190210-
CMYK0.100.1000.18
HSL237.14º18.92%78.24%-
HSV(B)237.14º10%82.35%-
XYZ51.0352.368.38-
YUV191.98138.17125.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 210 (82.42% from 255) = 35.65%
R=32.09%
G=32.26%
B=35.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891902100.100.1000.18237.1418.9278.24
HexBDBED2AA012ed134e
Octal275276322121202235523116
Binary1011110110111110110100101010101001001011101101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBED2; }

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

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

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

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

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

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

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

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