Shades of Lavender Blue #B9B9FF
Tints of Lavender Blue #B9B9FF
RGB
CMYK
RGB Variations
Color information
#B9B9FF (or 0xB9B9FF) is known color: Lavender Blue. HEX triplet: B9, B9 and FF. RGB value is (185,185,255). Sum of RGB (Red+Green+Blue) = 185+185+255=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B9FF is #464600. Grayscale: #C0C0C0. Windows color (decimal): -4605441 or 16759225. OLE color: 16759225.
HSL color Cylindrical-coordinate representation of color #B9B9FF: hue angle of 240º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9B9FF is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 185 | 255 | - |
| CMYK | 0.27 | 0.27 | 0 | 0 |
| HSL | 240º | 1% | 0.86% | - |
| HSV(B) | 240º | 0.27% | 1% | - |
| XYZ | 55.41 | 52.23 | 101.77 | - |
| YUV | 192.98 | 163 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 185 | 255 | 0.27 | 0.27 | 0 | 0 | 240 | 1 | 0.86 |
| Hex | B9 | B9 | FF | 1B | 1B | 0 | 0 | F0 | 64 | 56 |
| Octal | 271 | 271 | 377 | 33 | 33 | 0 | 0 | 360 | 144 | 126 |
| Binary | 10111001 | 10111001 | 11111111 | 11011 | 11011 | 0 | 0 | 11110000 | 1100100 | 1010110 |
Color Harmonies of #B9B9FF
Complementary color
Monochromatic Colors of #B9B9FF
Black with #B9B9FF
Text Example
Text Example
White with #B9B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B9FF; }
p { color: rgb(185,185,255); }
H1.HeaderClassName
{
color: #B9B9FF;
}
.AnyTagClassName
{
color: #B9B9FF;
}
</style>
background-color css
<style>
a { background-color: #B9B9FF; }
a { background-color: rgb(185,185,255); }
div.DivClassName
{
background-color: #B9B9FF;
}
.BgClassName
{
background-color: #B9B9FF;
}
</style>
border-color css
<style>
span { border-color: #B9B9FF; }
span { border-color: rgb(185,185,255); }
td.TdClassName
{
border-color: #B9B9FF;
}
.TagClassName
{
border-color: #B9B9FF;
}
</style>