#B9B3EA

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

Shades of Lavender Grey #B9B3EA

Tints of Lavender Grey #B9B3EA

Color information

#B9B3EA (or 0xB9B3EA) is unknown color: approx Lavender Grey. HEX triplet: B9, B3 and EA. RGB value is (185,179,234). Sum of RGB (Red+Green+Blue) = 185+179+234=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9B3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B3EA is #464C15. Grayscale: #BABABA. Windows color (decimal): -4606998 or 15381433. OLE color: 15381433.

HSL color Cylindrical-coordinate representation of color #B9B3EA: hue angle of 246.55º degrees, saturation: 0.57, 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 #B9B3EA is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185179234-
CMYK0.210.2400.08
HSL246.55º56.7%80.98%-
HSV(B)246.55º23.5%91.76%-
XYZ50.9848.584.52-
YUV187.06154.49126.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.94%
GREEN value IS 179 (70.31% from 255) = 29.93%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=30.94%
G=29.93%
B=39.13%

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
Decimal1851792340.210.2400.08246.5556.780.98
HexB9B3EA151808f73951
Octal271263352253001036771121
Binary101110011011001111101010101011100001000111101111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B3EA; }

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

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

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

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

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

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

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

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