#B9B3EB

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

Shades of Lavender Grey #B9B3EB

Tints of Lavender Grey #B9B3EB

Color information

#B9B3EB (or 0xB9B3EB) is unknown color: approx Lavender Grey. HEX triplet: B9, B3 and EB. RGB value is (185,179,235). Sum of RGB (Red+Green+Blue) = 185+179+235=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9B3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B3EB is #464C14. Grayscale: #BABABA. Windows color (decimal): -4606997 or 15446969. OLE color: 15446969.

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

Color convert

RGB185179235-
CMYK0.210.2400.08
HSL246.43º58.33%81.18%-
HSV(B)246.43º23.83%92.16%-
XYZ51.1248.5585.27-
YUV187.18154.99126.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.88%
GREEN value IS 179 (70.31% from 255) = 29.88%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=30.88%
G=29.88%
B=39.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851792350.210.2400.08246.4358.3381.18
HexB9B3EB151808f63a51
Octal271263353253001036672121
Binary101110011011001111101011101011100001000111101101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B3EB; }

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

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

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

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

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

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

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

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