#BDBED7

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

Shades of Lavender Grey #BDBED7

Tints of Lavender Grey #BDBED7

Color information

#BDBED7 (or 0xBDBED7) is unknown color: approx Lavender Grey. HEX triplet: BD, BE and D7. RGB value is (189,190,215). Sum of RGB (Red+Green+Blue) = 189+190+215=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDBED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBED7 is #424128. Grayscale: #C0C0C0. Windows color (decimal): -4342057 or 14139069. OLE color: 14139069.

HSL color Cylindrical-coordinate representation of color #BDBED7: hue angle of 237.69º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDBED7 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189190215-
CMYK0.120.1200.16
HSL237.69º24.53%79.22%-
HSV(B)237.69º12.09%84.31%-
XYZ51.6752.5571.71-
YUV192.55140.67125.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 215 (84.38% from 255) = 36.20%
R=31.82%
G=31.99%
B=36.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891902150.120.1200.16237.6924.5379.22
HexBDBED7CC010ee194f
Octal275276327141402035631117
Binary1011110110111110110101111100110001000011101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBED7; }

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

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

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

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

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

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

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

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