#B9B5EF

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

Shades of Lavender Grey #B9B5EF

Tints of Lavender Grey #B9B5EF

Color information

#B9B5EF (or 0xB9B5EF) is unknown color: approx Lavender Grey. HEX triplet: B9, B5 and EF. RGB value is (185,181,239). Sum of RGB (Red+Green+Blue) = 185+181+239=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B5EF is #464A10. Grayscale: #BCBCBC. Windows color (decimal): -4606481 or 15709625. OLE color: 15709625.

HSL color Cylindrical-coordinate representation of color #B9B5EF: hue angle of 244.14º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9B5EF is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185181239-
CMYK0.230.2400.06
HSL244.14º64.44%82.35%-
HSV(B)244.14º24.27%93.73%-
XYZ52.1149.5988.49-
YUV188.81156.33125.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 181 (71.09% from 255) = 29.92%
BLUE value IS 239 (93.75% from 255) = 39.50%
R=30.58%
G=29.92%
B=39.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851812390.230.2400.06244.1464.4482.35
HexB9B5EF171806f44052
Octal271265357273006364100122
Binary101110011011010111101111101111100001101111010010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B5EF; }

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

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

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

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

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

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

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

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