#B9B6ED

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

Shades of Lavender Grey #B9B6ED

Tints of Lavender Grey #B9B6ED

Color information

#B9B6ED (or 0xB9B6ED) is unknown color: approx Lavender Grey. HEX triplet: B9, B6 and ED. RGB value is (185,182,237). Sum of RGB (Red+Green+Blue) = 185+182+237=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9B6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B6ED is #464912. Grayscale: #BCBCBC. Windows color (decimal): -4606227 or 15578809. OLE color: 15578809.

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

Color convert

RGB185182237-
CMYK0.220.2300.07
HSL243.27º60.44%82.16%-
HSV(B)243.27º23.21%92.94%-
XYZ52.0249.8887.01-
YUV189.17154.99125.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.63%
GREEN value IS 182 (71.48% from 255) = 30.13%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=30.63%
G=30.13%
B=39.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851822370.220.2300.07243.2760.4482.16
HexB9B6ED161707f33c52
Octal27126635526270736374122
Binary10111001101101101110110110110101110111111100111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B6ED; }

 p { color: rgb(185,182,237); }

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

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

 a { background-color: rgb(185,182,237); }

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

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

 span { border-color: rgb(185,182,237); }

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