Shades of Lavender Blue #BBB4FF
Tints of Lavender Blue #BBB4FF
RGB
CMYK
RGB Variations
Color information
#BBB4FF (or 0xBBB4FF) is known color: Lavender Blue. HEX triplet: BB, B4 and FF. RGB value is (187,180,255). Sum of RGB (Red+Green+Blue) = 187+180+255=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB4FF is #444B00. Grayscale: #BEBEBE. Windows color (decimal): -4475649 or 16757947. OLE color: 16757947.
HSL color Cylindrical-coordinate representation of color #BBB4FF: hue angle of 245.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBB4FF is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 180 | 255 | - |
| CMYK | 0.27 | 0.29 | 0 | 0 |
| HSL | 245.6º | 1% | 0.85% | - |
| HSV(B) | 245.6º | 0.29% | 1% | - |
| XYZ | 54.86 | 50.43 | 101.45 | - |
| YUV | 190.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 255 | 0.27 | 0.29 | 0 | 0 | 245.6 | 1 | 0.85 |
| Hex | BB | B4 | FF | 1B | 1D | 0 | 0 | F6 | 64 | 55 |
| Octal | 273 | 264 | 377 | 33 | 35 | 0 | 0 | 366 | 144 | 125 |
| Binary | 10111011 | 10110100 | 11111111 | 11011 | 11101 | 0 | 0 | 11110110 | 1100100 | 1010101 |
Color Harmonies of #BBB4FF
Complementary color
Monochromatic Colors of #BBB4FF
Black with #BBB4FF
Text Example
Text Example
White with #BBB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4FF; }
p { color: rgb(187,180,255); }
H1.HeaderClassName
{
color: #BBB4FF;
}
.AnyTagClassName
{
color: #BBB4FF;
}
</style>
background-color css
<style>
a { background-color: #BBB4FF; }
a { background-color: rgb(187,180,255); }
div.DivClassName
{
background-color: #BBB4FF;
}
.BgClassName
{
background-color: #BBB4FF;
}
</style>
border-color css
<style>
span { border-color: #BBB4FF; }
span { border-color: rgb(187,180,255); }
td.TdClassName
{
border-color: #BBB4FF;
}
.TagClassName
{
border-color: #BBB4FF;
}
</style>