Shades of Lavender Blue #B9B0FF
Tints of Lavender Blue #B9B0FF
RGB
CMYK
RGB Variations
Color information
#B9B0FF (or 0xB9B0FF) is known color: Lavender Blue. HEX triplet: B9, B0 and FF. RGB value is (185,176,255). Sum of RGB (Red+Green+Blue) = 185+176+255=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9B0FF is #464F00. Grayscale: #BBBBBB. Windows color (decimal): -4607745 or 16756921. OLE color: 16756921.
HSL color Cylindrical-coordinate representation of color #B9B0FF: hue angle of 246.84º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9B0FF is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 176 | 255 | - |
| CMYK | 0.27 | 0.31 | 0 | 0 |
| HSL | 246.84º | 1% | 0.85% | - |
| HSV(B) | 246.84º | 0.31% | 1% | - |
| XYZ | 53.58 | 48.58 | 101.16 | - |
| YUV | 187.7 | 165.98 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 176 | 255 | 0.27 | 0.31 | 0 | 0 | 246.84 | 1 | 0.85 |
| Hex | B9 | B0 | FF | 1B | 1F | 0 | 0 | F7 | 64 | 55 |
| Octal | 271 | 260 | 377 | 33 | 37 | 0 | 0 | 367 | 144 | 125 |
| Binary | 10111001 | 10110000 | 11111111 | 11011 | 11111 | 0 | 0 | 11110111 | 1100100 | 1010101 |
Color Harmonies of #B9B0FF
Complementary color
Monochromatic Colors of #B9B0FF
Black with #B9B0FF
Text Example
Text Example
White with #B9B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B0FF; }
p { color: rgb(185,176,255); }
H1.HeaderClassName
{
color: #B9B0FF;
}
.AnyTagClassName
{
color: #B9B0FF;
}
</style>
background-color css
<style>
a { background-color: #B9B0FF; }
a { background-color: rgb(185,176,255); }
div.DivClassName
{
background-color: #B9B0FF;
}
.BgClassName
{
background-color: #B9B0FF;
}
</style>
border-color css
<style>
span { border-color: #B9B0FF; }
span { border-color: rgb(185,176,255); }
td.TdClassName
{
border-color: #B9B0FF;
}
.TagClassName
{
border-color: #B9B0FF;
}
</style>