Shades of Lavender Grey #B9B3F2
Tints of Lavender Grey #B9B3F2
RGB
CMYK
RGB Variations
Color information
#B9B3F2 (or 0xB9B3F2) is known color: Lavender Grey. HEX triplet: B9, B3 and F2. RGB value is (185,179,242). Sum of RGB (Red+Green+Blue) = 185+179+242=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #B9B3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B3F2 is #464C0D. Grayscale: #BBBBBB. Windows color (decimal): -4606990 or 15905721. OLE color: 15905721.
HSL color Cylindrical-coordinate representation of color #B9B3F2: hue angle of 245.71º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9B3F2 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 179 | 242 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.05 |
| HSL | 245.71º | 0.71% | 0.83% | - |
| HSV(B) | 245.71º | 0.26% | 0.95% | - |
| XYZ | 52.15 | 48.97 | 90.71 | - |
| YUV | 187.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 242 | 0.24 | 0.26 | 0 | 0.05 | 245.71 | 0.71 | 0.83 |
| Hex | B9 | B3 | F2 | 18 | 1A | 0 | 5 | F6 | 47 | 53 |
| Octal | 271 | 263 | 362 | 30 | 32 | 0 | 5 | 366 | 107 | 123 |
| Binary | 10111001 | 10110011 | 11110010 | 11000 | 11010 | 0 | 101 | 11110110 | 1000111 | 1010011 |
Color Harmonies of #B9B3F2
Complementary color
Monochromatic Colors of #B9B3F2
Black with #B9B3F2
Text Example
Text Example
White with #B9B3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B3F2; }
p { color: rgb(185,179,242); }
H1.HeaderClassName
{
color: #B9B3F2;
}
.AnyTagClassName
{
color: #B9B3F2;
}
</style>
background-color css
<style>
a { background-color: #B9B3F2; }
a { background-color: rgb(185,179,242); }
div.DivClassName
{
background-color: #B9B3F2;
}
.BgClassName
{
background-color: #B9B3F2;
}
</style>
border-color css
<style>
span { border-color: #B9B3F2; }
span { border-color: rgb(185,179,242); }
td.TdClassName
{
border-color: #B9B3F2;
}
.TagClassName
{
border-color: #B9B3F2;
}
</style>