#BDBBD7

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

Shades of Lavender Grey #BDBBD7

Tints of Lavender Grey #BDBBD7

Color information

#BDBBD7 (or 0xBDBBD7) is unknown color: approx Lavender Grey. HEX triplet: BD, BB and D7. RGB value is (189,187,215). Sum of RGB (Red+Green+Blue) = 189+187+215=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDBBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBD7 is #424428. Grayscale: #BEBEBE. Windows color (decimal): -4342825 or 14138301. OLE color: 14138301.

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

Color convert

RGB189187215-
CMYK0.120.1300.16
HSL244.29º25.93%78.82%-
HSV(B)244.29º13.02%84.31%-
XYZ51.0251.2771.5-
YUV190.79141.66126.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 215 (84.38% from 255) = 36.38%
R=31.98%
G=31.64%
B=36.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891872150.120.1300.16244.2925.9378.82
HexBDBBD7CD010f41a4f
Octal275273327141502036432117
Binary1011110110111011110101111100110101000011110100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBD7; }

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

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

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

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

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

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

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

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