#B8BBDF

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

Shades of Lavender Grey #B8BBDF

Tints of Lavender Grey #B8BBDF

Color information

#B8BBDF (or 0xB8BBDF) is unknown color: approx Lavender Grey. HEX triplet: B8, BB and DF. RGB value is (184,187,223). Sum of RGB (Red+Green+Blue) = 184+187+223=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #B8BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBDF is #474420. Grayscale: #BEBEBE. Windows color (decimal): -4670497 or 14662584. OLE color: 14662584.

HSL color Cylindrical-coordinate representation of color #B8BBDF: hue angle of 235.38º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8BBDF is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184187223-
CMYK0.170.1600.13
HSL235.38º37.86%79.8%-
HSV(B)235.38º17.49%87.45%-
XYZ50.8651.0676.99-
YUV190.21146.51123.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.98%
GREEN value IS 187 (73.44% from 255) = 31.48%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=30.98%
G=31.48%
B=37.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841872230.170.1600.13235.3837.8679.8
HexB8BBDF11100Deb2650
Octal270273337212001535346120
Binary101110001011101111011111100011000001101111010111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BBDF; }

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

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

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

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

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

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

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

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