Shades of Lavender Blue #BBB0FC
Tints of Lavender Blue #BBB0FC
RGB
CMYK
RGB Variations
Color information
#BBB0FC (or 0xBBB0FC) is known color: Lavender Blue. HEX triplet: BB, B0 and FC. RGB value is (187,176,252). Sum of RGB (Red+Green+Blue) = 187+176+252=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0FC is #444F03. Grayscale: #BBBBBB. Windows color (decimal): -4476676 or 16560315. OLE color: 16560315.
HSL color Cylindrical-coordinate representation of color #BBB0FC: hue angle of 248.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB0FC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 176 | 252 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.01 |
| HSL | 248.68º | 0.93% | 0.84% | - |
| HSV(B) | 248.68º | 0.3% | 0.99% | - |
| XYZ | 53.59 | 48.64 | 98.66 | - |
| YUV | 187.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 252 | 0.26 | 0.30 | 0 | 0.01 | 248.68 | 0.93 | 0.84 |
| Hex | BB | B0 | FC | 1A | 1E | 0 | 1 | F9 | 5D | 54 |
| Octal | 273 | 260 | 374 | 32 | 36 | 0 | 1 | 371 | 135 | 124 |
| Binary | 10111011 | 10110000 | 11111100 | 11010 | 11110 | 0 | 1 | 11111001 | 1011101 | 1010100 |
Color Harmonies of #BBB0FC
Complementary color
Monochromatic Colors of #BBB0FC
Black with #BBB0FC
Text Example
Text Example
White with #BBB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0FC; }
p { color: rgb(187,176,252); }
H1.HeaderClassName
{
color: #BBB0FC;
}
.AnyTagClassName
{
color: #BBB0FC;
}
</style>
background-color css
<style>
a { background-color: #BBB0FC; }
a { background-color: rgb(187,176,252); }
div.DivClassName
{
background-color: #BBB0FC;
}
.BgClassName
{
background-color: #BBB0FC;
}
</style>
border-color css
<style>
span { border-color: #BBB0FC; }
span { border-color: rgb(187,176,252); }
td.TdClassName
{
border-color: #BBB0FC;
}
.TagClassName
{
border-color: #BBB0FC;
}
</style>