#B9B5EB

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

Shades of Lavender Grey #B9B5EB

Tints of Lavender Grey #B9B5EB

Color information

#B9B5EB (or 0xB9B5EB) is unknown color: approx Lavender Grey. HEX triplet: B9, B5 and EB. RGB value is (185,181,235). Sum of RGB (Red+Green+Blue) = 185+181+235=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9B5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B5EB is #464A14. Grayscale: #BCBCBC. Windows color (decimal): -4606485 or 15447481. OLE color: 15447481.

HSL color Cylindrical-coordinate representation of color #B9B5EB: hue angle of 244.44º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9B5EB is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185181235-
CMYK0.210.2300.08
HSL244.44º57.45%81.57%-
HSV(B)244.44º22.98%92.16%-
XYZ51.5349.3685.41-
YUV188.35154.33125.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.78%
GREEN value IS 181 (71.09% from 255) = 30.12%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=30.78%
G=30.12%
B=39.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851812350.210.2300.08244.4457.4581.57
HexB9B5EB151708f43952
Octal271265353252701036471122
Binary101110011011010111101011101011011101000111101001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B5EB; }

 p { color: rgb(185,181,235); }

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

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

 a { background-color: rgb(185,181,235); }

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

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

 span { border-color: rgb(185,181,235); }

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