Shades of Lavender Blue #B9B3FF
Tints of Lavender Blue #B9B3FF
RGB
CMYK
RGB Variations
Color information
#B9B3FF (or 0xB9B3FF) is known color: Lavender Blue. HEX triplet: B9, B3 and FF. RGB value is (185,179,255). Sum of RGB (Red+Green+Blue) = 185+179+255=619 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.89% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B3FF is #464C00. Grayscale: #BDBDBD. Windows color (decimal): -4606977 or 16757689. OLE color: 16757689.
HSL color Cylindrical-coordinate representation of color #B9B3FF: hue angle of 244.74º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9B3FF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 179 | 255 | - |
| CMYK | 0.27 | 0.30 | 0 | 0 |
| HSL | 244.74º | 1% | 0.85% | - |
| HSV(B) | 244.74º | 0.3% | 1% | - |
| XYZ | 54.18 | 49.77 | 101.36 | - |
| YUV | 189.46 | 164.99 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 255 | 0.27 | 0.30 | 0 | 0 | 244.74 | 1 | 0.85 |
| Hex | B9 | B3 | FF | 1B | 1E | 0 | 0 | F5 | 64 | 55 |
| Octal | 271 | 263 | 377 | 33 | 36 | 0 | 0 | 365 | 144 | 125 |
| Binary | 10111001 | 10110011 | 11111111 | 11011 | 11110 | 0 | 0 | 11110101 | 1100100 | 1010101 |
Color Harmonies of #B9B3FF
Complementary color
Monochromatic Colors of #B9B3FF
Black with #B9B3FF
Text Example
Text Example
White with #B9B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B3FF; }
p { color: rgb(185,179,255); }
H1.HeaderClassName
{
color: #B9B3FF;
}
.AnyTagClassName
{
color: #B9B3FF;
}
</style>
background-color css
<style>
a { background-color: #B9B3FF; }
a { background-color: rgb(185,179,255); }
div.DivClassName
{
background-color: #B9B3FF;
}
.BgClassName
{
background-color: #B9B3FF;
}
</style>
border-color css
<style>
span { border-color: #B9B3FF; }
span { border-color: rgb(185,179,255); }
td.TdClassName
{
border-color: #B9B3FF;
}
.TagClassName
{
border-color: #B9B3FF;
}
</style>