Shades of Lavender Blue #BBBCF6
Tints of Lavender Blue #BBBCF6
RGB
CMYK
RGB Variations
Color information
#BBBCF6 (or 0xBBBCF6) is known color: Lavender Blue. HEX triplet: BB, BC and F6. RGB value is (187,188,246). Sum of RGB (Red+Green+Blue) = 187+188+246=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBBCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCF6 is #444309. Grayscale: #C2C2C2. Windows color (decimal): -4473610 or 16170171. OLE color: 16170171.
HSL color Cylindrical-coordinate representation of color #BBBCF6: hue angle of 238.98º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBBCF6 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 188 | 246 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.04 |
| HSL | 238.98º | 0.77% | 0.85% | - |
| HSV(B) | 238.98º | 0.24% | 0.96% | - |
| XYZ | 55.11 | 53.19 | 94.55 | - |
| YUV | 194.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 246 | 0.24 | 0.24 | 0 | 0.04 | 238.98 | 0.77 | 0.85 |
| Hex | BB | BC | F6 | 18 | 18 | 0 | 4 | EF | 4D | 55 |
| Octal | 273 | 274 | 366 | 30 | 30 | 0 | 4 | 357 | 115 | 125 |
| Binary | 10111011 | 10111100 | 11110110 | 11000 | 11000 | 0 | 100 | 11101111 | 1001101 | 1010101 |
Color Harmonies of #BBBCF6
Complementary color
Monochromatic Colors of #BBBCF6
Black with #BBBCF6
Text Example
Text Example
White with #BBBCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCF6; }
p { color: rgb(187,188,246); }
H1.HeaderClassName
{
color: #BBBCF6;
}
.AnyTagClassName
{
color: #BBBCF6;
}
</style>
background-color css
<style>
a { background-color: #BBBCF6; }
a { background-color: rgb(187,188,246); }
div.DivClassName
{
background-color: #BBBCF6;
}
.BgClassName
{
background-color: #BBBCF6;
}
</style>
border-color css
<style>
span { border-color: #BBBCF6; }
span { border-color: rgb(187,188,246); }
td.TdClassName
{
border-color: #BBBCF6;
}
.TagClassName
{
border-color: #BBBCF6;
}
</style>