#BDBED8

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

Shades of Lavender Grey #BDBED8

Tints of Lavender Grey #BDBED8

Color information

#BDBED8 (or 0xBDBED8) is unknown color: approx Lavender Grey. HEX triplet: BD, BE and D8. RGB value is (189,190,216). Sum of RGB (Red+Green+Blue) = 189+190+216=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDBED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBED8 is #424127. Grayscale: #C0C0C0. Windows color (decimal): -4342056 or 14204605. OLE color: 14204605.

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

Color convert

RGB189190216-
CMYK0.120.1200.15
HSL237.78º25.71%79.41%-
HSV(B)237.78º12.5%84.71%-
XYZ51.7952.672.39-
YUV192.66141.17125.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 216 (84.77% from 255) = 36.30%
R=31.76%
G=31.93%
B=36.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891902160.120.1200.15237.7825.7179.41
HexBDBED8CC0Fee1a4f
Octal275276330141401735632117
Binary101111011011111011011000110011000111111101110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBED8; }

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

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

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

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

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

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

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

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