Shades of Lavender Blue #BBC6FF
Tints of Lavender Blue #BBC6FF
RGB
CMYK
RGB Variations
Color information
#BBC6FF (or 0xBBC6FF) is known color: Lavender Blue. HEX triplet: BB, C6 and FF. RGB value is (187,198,255). Sum of RGB (Red+Green+Blue) = 187+198+255=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6FF is #443900. Grayscale: #C8C8C8. Windows color (decimal): -4471041 or 16762555. OLE color: 16762555.
HSL color Cylindrical-coordinate representation of color #BBC6FF: hue angle of 230.29º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC6FF is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 198 | 255 | - |
| CMYK | 0.27 | 0.22 | 0 | 0 |
| HSL | 230.29º | 1% | 0.87% | - |
| HSV(B) | 230.29º | 0.27% | 1% | - |
| XYZ | 58.74 | 58.17 | 102.74 | - |
| YUV | 201.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 255 | 0.27 | 0.22 | 0 | 0 | 230.29 | 1 | 0.87 |
| Hex | BB | C6 | FF | 1B | 16 | 0 | 0 | E6 | 64 | 57 |
| Octal | 273 | 306 | 377 | 33 | 26 | 0 | 0 | 346 | 144 | 127 |
| Binary | 10111011 | 11000110 | 11111111 | 11011 | 10110 | 0 | 0 | 11100110 | 1100100 | 1010111 |
Color Harmonies of #BBC6FF
Complementary color
Monochromatic Colors of #BBC6FF
Black with #BBC6FF
Text Example
Text Example
White with #BBC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6FF; }
p { color: rgb(187,198,255); }
H1.HeaderClassName
{
color: #BBC6FF;
}
.AnyTagClassName
{
color: #BBC6FF;
}
</style>
background-color css
<style>
a { background-color: #BBC6FF; }
a { background-color: rgb(187,198,255); }
div.DivClassName
{
background-color: #BBC6FF;
}
.BgClassName
{
background-color: #BBC6FF;
}
</style>
border-color css
<style>
span { border-color: #BBC6FF; }
span { border-color: rgb(187,198,255); }
td.TdClassName
{
border-color: #BBC6FF;
}
.TagClassName
{
border-color: #BBC6FF;
}
</style>