#BDB8D7

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

Shades of Lavender Grey #BDB8D7

Tints of Lavender Grey #BDB8D7

Color information

#BDB8D7 (or 0xBDB8D7) is unknown color: approx Lavender Grey. HEX triplet: BD, B8 and D7. RGB value is (189,184,215). Sum of RGB (Red+Green+Blue) = 189+184+215=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDB8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8D7 is #424728. Grayscale: #BCBCBC. Windows color (decimal): -4343593 or 14137533. OLE color: 14137533.

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

Color convert

RGB189184215-
CMYK0.120.1400.16
HSL249.68º27.93%78.24%-
HSV(B)249.68º14.42%84.31%-
XYZ50.3950.0171.29-
YUV189.03142.66127.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 184 (72.27% from 255) = 31.29%
BLUE value IS 215 (84.38% from 255) = 36.56%
R=32.14%
G=31.29%
B=36.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891842150.120.1400.16249.6827.9378.24
HexBDB8D7CE010fa1c4e
Octal275270327141602037234116
Binary1011110110111000110101111100111001000011111010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB8D7; }

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

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

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

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

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

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

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

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