Shades of Lavender Blue #BBC7FF
Tints of Lavender Blue #BBC7FF
RGB
CMYK
RGB Variations
Color information
#BBC7FF (or 0xBBC7FF) is known color: Lavender Blue. HEX triplet: BB, C7 and FF. RGB value is (187,199,255). Sum of RGB (Red+Green+Blue) = 187+199+255=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7FF is #443800. Grayscale: #C9C9C9. Windows color (decimal): -4470785 or 16762811. OLE color: 16762811.
HSL color Cylindrical-coordinate representation of color #BBC7FF: hue angle of 229.41º 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 #BBC7FF is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 199 | 255 | - |
| CMYK | 0.27 | 0.22 | 0 | 0 |
| HSL | 229.41º | 1% | 0.87% | - |
| HSV(B) | 229.41º | 0.27% | 1% | - |
| XYZ | 58.97 | 58.63 | 102.82 | - |
| YUV | 201.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 255 | 0.27 | 0.22 | 0 | 0 | 229.41 | 1 | 0.87 |
| Hex | BB | C7 | FF | 1B | 16 | 0 | 0 | E5 | 64 | 57 |
| Octal | 273 | 307 | 377 | 33 | 26 | 0 | 0 | 345 | 144 | 127 |
| Binary | 10111011 | 11000111 | 11111111 | 11011 | 10110 | 0 | 0 | 11100101 | 1100100 | 1010111 |
Color Harmonies of #BBC7FF
Complementary color
Monochromatic Colors of #BBC7FF
Black with #BBC7FF
Text Example
Text Example
White with #BBC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7FF; }
p { color: rgb(187,199,255); }
H1.HeaderClassName
{
color: #BBC7FF;
}
.AnyTagClassName
{
color: #BBC7FF;
}
</style>
background-color css
<style>
a { background-color: #BBC7FF; }
a { background-color: rgb(187,199,255); }
div.DivClassName
{
background-color: #BBC7FF;
}
.BgClassName
{
background-color: #BBC7FF;
}
</style>
border-color css
<style>
span { border-color: #BBC7FF; }
span { border-color: rgb(187,199,255); }
td.TdClassName
{
border-color: #BBC7FF;
}
.TagClassName
{
border-color: #BBC7FF;
}
</style>