#B7BBD9

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

Shades of Lavender Grey #B7BBD9

Tints of Lavender Grey #B7BBD9

Color information

#B7BBD9 (or 0xB7BBD9) is unknown color: approx Lavender Grey. HEX triplet: B7, BB and D9. RGB value is (183,187,217). Sum of RGB (Red+Green+Blue) = 183+187+217=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #B7BBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBD9 is #484426. Grayscale: #BDBDBD. Windows color (decimal): -4736039 or 14269367. OLE color: 14269367.

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

Color convert

RGB183187217-
CMYK0.160.1400.15
HSL232.94º30.91%78.43%-
HSV(B)232.94º15.67%85.1%-
XYZ49.8250.6272.79-
YUV189.22143.67123.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.18%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 217 (85.16% from 255) = 36.97%
R=31.18%
G=31.86%
B=36.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831872170.160.1400.15232.9430.9178.43
HexB7BBD910E0Fe91f4e
Octal267273331201601735137116
Binary1011011110111011110110011000011100111111101001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BBD9; }

 p { color: rgb(183,187,217); }

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

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

 a { background-color: rgb(183,187,217); }

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

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

 span { border-color: rgb(183,187,217); }

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