#BDBDD7

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

Shades of Lavender Grey #BDBDD7

Tints of Lavender Grey #BDBDD7

Color information

#BDBDD7 (or 0xBDBDD7) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and D7. RGB value is (189,189,215). Sum of RGB (Red+Green+Blue) = 189+189+215=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDBDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDD7 is #424228. Grayscale: #BFBFBF. Windows color (decimal): -4342313 or 14138813. OLE color: 14138813.

HSL color Cylindrical-coordinate representation of color #BDBDD7: hue angle of 240º 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 #BDBDD7 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189189215-
CMYK0.120.1200.16
HSL240º24.53%79.22%-
HSV(B)240º12.09%84.31%-
XYZ51.4552.1271.64-
YUV191.96141125.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.87%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=31.87%
G=31.87%
B=36.26%

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
Decimal1891892150.120.1200.1624024.5379.22
HexBDBDD7CC010f0194f
Octal275275327141402036031117
Binary1011110110111101110101111100110001000011110000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDD7; }

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

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

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

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

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

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

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

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