#B9B8EE

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

Shades of Lavender Grey #B9B8EE

Tints of Lavender Grey #B9B8EE

Color information

#B9B8EE (or 0xB9B8EE) is unknown color: approx Lavender Grey. HEX triplet: B9, B8 and EE. RGB value is (185,184,238). Sum of RGB (Red+Green+Blue) = 185+184+238=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9B8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B8EE is #464711. Grayscale: #BEBEBE. Windows color (decimal): -4605714 or 15644857. OLE color: 15644857.

HSL color Cylindrical-coordinate representation of color #B9B8EE: hue angle of 241.11º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9B8EE is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185184238-
CMYK0.220.2300.07
HSL241.11º61.36%82.75%-
HSV(B)241.11º22.69%93.33%-
XYZ52.5850.7787.92-
YUV190.46154.83124.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.48%
GREEN value IS 184 (72.27% from 255) = 30.31%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=30.48%
G=30.31%
B=39.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851842380.220.2300.07241.1161.3682.75
HexB9B8EE161707f13d53
Octal27127035626270736175123
Binary10111001101110001110111010110101110111111100011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B8EE; }

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

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

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

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

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

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

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

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