#B8BBD7

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

Shades of Lavender Grey #B8BBD7

Tints of Lavender Grey #B8BBD7

Color information

#B8BBD7 (or 0xB8BBD7) is unknown color: approx Lavender Grey. HEX triplet: B8, BB and D7. RGB value is (184,187,215). Sum of RGB (Red+Green+Blue) = 184+187+215=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #B8BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBD7 is #474428. Grayscale: #BDBDBD. Windows color (decimal): -4670505 or 14138296. OLE color: 14138296.

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

Color convert

RGB184187215-
CMYK0.140.1300.16
HSL234.19º27.93%78.24%-
HSV(B)234.19º14.42%84.31%-
XYZ49.850.6471.44-
YUV189.3142.51124.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.40%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 215 (84.38% from 255) = 36.69%
R=31.40%
G=31.91%
B=36.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1841872150.140.1300.16234.1927.9378.24
HexB8BBD7ED010ea1c4e
Octal270273327161502035234116
Binary1011100010111011110101111110110101000011101010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BBD7; }

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

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

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

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

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

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

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

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