Shades of Lavender Blue #B9B2FF
Tints of Lavender Blue #B9B2FF
RGB
CMYK
RGB Variations
Color information
#B9B2FF (or 0xB9B2FF) is known color: Lavender Blue. HEX triplet: B9, B2 and FF. RGB value is (185,178,255). Sum of RGB (Red+Green+Blue) = 185+178+255=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9B2FF is #464D00. Grayscale: #BCBCBC. Windows color (decimal): -4607233 or 16757433. OLE color: 16757433.
HSL color Cylindrical-coordinate representation of color #B9B2FF: hue angle of 245.45º 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 #B9B2FF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 178 | 255 | - |
| CMYK | 0.27 | 0.30 | 0 | 0 |
| HSL | 245.45º | 1% | 0.85% | - |
| HSV(B) | 245.45º | 0.3% | 1% | - |
| XYZ | 53.98 | 49.38 | 101.29 | - |
| YUV | 188.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 178 | 255 | 0.27 | 0.30 | 0 | 0 | 245.45 | 1 | 0.85 |
| Hex | B9 | B2 | FF | 1B | 1E | 0 | 0 | F5 | 64 | 55 |
| Octal | 271 | 262 | 377 | 33 | 36 | 0 | 0 | 365 | 144 | 125 |
| Binary | 10111001 | 10110010 | 11111111 | 11011 | 11110 | 0 | 0 | 11110101 | 1100100 | 1010101 |
Color Harmonies of #B9B2FF
Complementary color
Monochromatic Colors of #B9B2FF
Black with #B9B2FF
Text Example
Text Example
White with #B9B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B2FF; }
p { color: rgb(185,178,255); }
H1.HeaderClassName
{
color: #B9B2FF;
}
.AnyTagClassName
{
color: #B9B2FF;
}
</style>
background-color css
<style>
a { background-color: #B9B2FF; }
a { background-color: rgb(185,178,255); }
div.DivClassName
{
background-color: #B9B2FF;
}
.BgClassName
{
background-color: #B9B2FF;
}
</style>
border-color css
<style>
span { border-color: #B9B2FF; }
span { border-color: rgb(185,178,255); }
td.TdClassName
{
border-color: #B9B2FF;
}
.TagClassName
{
border-color: #B9B2FF;
}
</style>