Shades of Lavender Blue #BBB2FF
Tints of Lavender Blue #BBB2FF
RGB
CMYK
RGB Variations
Color information
#BBB2FF (or 0xBBB2FF) is known color: Lavender Blue. HEX triplet: BB, B2 and FF. RGB value is (187,178,255). Sum of RGB (Red+Green+Blue) = 187+178+255=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2FF is #444D00. Grayscale: #BDBDBD. Windows color (decimal): -4476161 or 16757435. OLE color: 16757435.
HSL color Cylindrical-coordinate representation of color #BBB2FF: hue angle of 247.01º 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 #BBB2FF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 178 | 255 | - |
| CMYK | 0.27 | 0.30 | 0 | 0 |
| HSL | 247.01º | 1% | 0.85% | - |
| HSV(B) | 247.01º | 0.3% | 1% | - |
| XYZ | 54.46 | 49.63 | 101.32 | - |
| YUV | 189.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 255 | 0.27 | 0.30 | 0 | 0 | 247.01 | 1 | 0.85 |
| Hex | BB | B2 | FF | 1B | 1E | 0 | 0 | F7 | 64 | 55 |
| Octal | 273 | 262 | 377 | 33 | 36 | 0 | 0 | 367 | 144 | 125 |
| Binary | 10111011 | 10110010 | 11111111 | 11011 | 11110 | 0 | 0 | 11110111 | 1100100 | 1010101 |
Color Harmonies of #BBB2FF
Complementary color
Monochromatic Colors of #BBB2FF
Black with #BBB2FF
Text Example
Text Example
White with #BBB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2FF; }
p { color: rgb(187,178,255); }
H1.HeaderClassName
{
color: #BBB2FF;
}
.AnyTagClassName
{
color: #BBB2FF;
}
</style>
background-color css
<style>
a { background-color: #BBB2FF; }
a { background-color: rgb(187,178,255); }
div.DivClassName
{
background-color: #BBB2FF;
}
.BgClassName
{
background-color: #BBB2FF;
}
</style>
border-color css
<style>
span { border-color: #BBB2FF; }
span { border-color: rgb(187,178,255); }
td.TdClassName
{
border-color: #BBB2FF;
}
.TagClassName
{
border-color: #BBB2FF;
}
</style>