#B9B3EE

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

Shades of Lavender Grey #B9B3EE

Tints of Lavender Grey #B9B3EE

Color information

#B9B3EE (or 0xB9B3EE) is unknown color: approx Lavender Grey. HEX triplet: B9, B3 and EE. RGB value is (185,179,238). Sum of RGB (Red+Green+Blue) = 185+179+238=602 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.73% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B3EE is #464C11. Grayscale: #BBBBBB. Windows color (decimal): -4606994 or 15643577. OLE color: 15643577.

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

Color convert

RGB185179238-
CMYK0.220.2500.07
HSL246.1º63.44%81.76%-
HSV(B)246.1º24.79%93.33%-
XYZ51.5648.7387.58-
YUV187.52156.49126.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.73%
GREEN value IS 179 (70.31% from 255) = 29.73%
BLUE value IS 238 (93.36% from 255) = 39.53%
R=30.73%
G=29.73%
B=39.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851792380.220.2500.07246.163.4481.76
HexB9B3EE161907f63f52
Octal27126335626310736677122
Binary10111001101100111110111010110110010111111101101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B3EE; }

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

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

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

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

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

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

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

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