Shades of Lavender Blue #B9B4FE
Tints of Lavender Blue #B9B4FE
RGB
CMYK
RGB Variations
Color information
#B9B4FE (or 0xB9B4FE) is known color: Lavender Blue. HEX triplet: B9, B4 and FE. RGB value is (185,180,254). Sum of RGB (Red+Green+Blue) = 185+180+254=619 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.89% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B4FE is #464B01. Grayscale: #BDBDBD. Windows color (decimal): -4606722 or 16692409. OLE color: 16692409.
HSL color Cylindrical-coordinate representation of color #B9B4FE: hue angle of 244.05º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9B4FE is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 180 | 254 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.00 |
| HSL | 244.05º | 0.97% | 0.85% | - |
| HSV(B) | 244.05º | 0.29% | 1% | - |
| XYZ | 54.22 | 50.11 | 100.58 | - |
| YUV | 189.93 | 164.16 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 180 | 254 | 0.27 | 0.29 | 0 | 0.00 | 244.05 | 0.97 | 0.85 |
| Hex | B9 | B4 | FE | 1B | 1D | 0 | 0 | F4 | 61 | 55 |
| Octal | 271 | 264 | 376 | 33 | 35 | 0 | 0 | 364 | 141 | 125 |
| Binary | 10111001 | 10110100 | 11111110 | 11011 | 11101 | 0 | 0 | 11110100 | 1100001 | 1010101 |
Color Harmonies of #B9B4FE
Complementary color
Monochromatic Colors of #B9B4FE
Black with #B9B4FE
Text Example
Text Example
White with #B9B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B4FE; }
p { color: rgb(185,180,254); }
H1.HeaderClassName
{
color: #B9B4FE;
}
.AnyTagClassName
{
color: #B9B4FE;
}
</style>
background-color css
<style>
a { background-color: #B9B4FE; }
a { background-color: rgb(185,180,254); }
div.DivClassName
{
background-color: #B9B4FE;
}
.BgClassName
{
background-color: #B9B4FE;
}
</style>
border-color css
<style>
span { border-color: #B9B4FE; }
span { border-color: rgb(185,180,254); }
td.TdClassName
{
border-color: #B9B4FE;
}
.TagClassName
{
border-color: #B9B4FE;
}
</style>