#B8B9E9

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

Shades of Lavender Grey #B8B9E9

Tints of Lavender Grey #B8B9E9

Color information

#B8B9E9 (or 0xB8B9E9) is unknown color: approx Lavender Grey. HEX triplet: B8, B9 and E9. RGB value is (184,185,233). Sum of RGB (Red+Green+Blue) = 184+185+233=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 233 - color contains mainly: blue. Hex color #B8B9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B9E9 is #474616. Grayscale: #BDBDBD. Windows color (decimal): -4670999 or 15317432. OLE color: 15317432.

HSL color Cylindrical-coordinate representation of color #B8B9E9: hue angle of 238.78º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8B9E9 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB184185233-
CMYK0.210.2100.09
HSL238.78º52.69%81.76%-
HSV(B)238.78º21.03%91.37%-
XYZ51.8250.7784.16-
YUV190.17152.17123.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.56%
GREEN value IS 185 (72.66% from 255) = 30.73%
BLUE value IS 233 (91.41% from 255) = 38.70%
R=30.56%
G=30.73%
B=38.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1841852330.210.2100.09238.7852.6981.76
HexB8B9E9151509ef3552
Octal270271351252501135765122
Binary101110001011100111101001101011010101001111011111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B9E9; }

 p { color: rgb(184,185,233); }

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

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

 a { background-color: rgb(184,185,233); }

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

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

 span { border-color: rgb(184,185,233); }

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