#B7BBD8

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

Shades of Lavender Grey #B7BBD8

Tints of Lavender Grey #B7BBD8

Color information

#B7BBD8 (or 0xB7BBD8) is unknown color: approx Lavender Grey. HEX triplet: B7, BB and D8. RGB value is (183,187,216). Sum of RGB (Red+Green+Blue) = 183+187+216=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #B7BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBD8 is #484427. Grayscale: #BCBCBC. Windows color (decimal): -4736040 or 14203831. OLE color: 14203831.

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

Color convert

RGB183187216-
CMYK0.150.1300.15
HSL232.73º29.73%78.24%-
HSV(B)232.73º15.28%84.71%-
XYZ49.6950.5772.11-
YUV189.11143.17123.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.23%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 216 (84.77% from 255) = 36.86%
R=31.23%
G=31.91%
B=36.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831872160.150.1300.15232.7329.7378.24
HexB7BBD8FD0Fe91e4e
Octal267273330171501735136116
Binary101101111011101111011000111111010111111101001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BBD8; }

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

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

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

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

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

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

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

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