Shades of Lavender Blue #BBC3FF
Tints of Lavender Blue #BBC3FF
RGB
CMYK
RGB Variations
Color information
#BBC3FF (or 0xBBC3FF) is known color: Lavender Blue. HEX triplet: BB, C3 and FF. RGB value is (187,195,255). Sum of RGB (Red+Green+Blue) = 187+195+255=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC3FF is #443C00. Grayscale: #C7C7C7. Windows color (decimal): -4471809 or 16761787. OLE color: 16761787.
HSL color Cylindrical-coordinate representation of color #BBC3FF: hue angle of 232.94º 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 #BBC3FF is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 195 | 255 | - |
| CMYK | 0.27 | 0.24 | 0 | 0 |
| HSL | 232.94º | 1% | 0.87% | - |
| HSV(B) | 232.94º | 0.27% | 1% | - |
| XYZ | 58.06 | 56.82 | 102.51 | - |
| YUV | 199.45 | 159.35 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 255 | 0.27 | 0.24 | 0 | 0 | 232.94 | 1 | 0.87 |
| Hex | BB | C3 | FF | 1B | 18 | 0 | 0 | E9 | 64 | 57 |
| Octal | 273 | 303 | 377 | 33 | 30 | 0 | 0 | 351 | 144 | 127 |
| Binary | 10111011 | 11000011 | 11111111 | 11011 | 11000 | 0 | 0 | 11101001 | 1100100 | 1010111 |
Color Harmonies of #BBC3FF
Complementary color
Monochromatic Colors of #BBC3FF
Black with #BBC3FF
Text Example
Text Example
White with #BBC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3FF; }
p { color: rgb(187,195,255); }
H1.HeaderClassName
{
color: #BBC3FF;
}
.AnyTagClassName
{
color: #BBC3FF;
}
</style>
background-color css
<style>
a { background-color: #BBC3FF; }
a { background-color: rgb(187,195,255); }
div.DivClassName
{
background-color: #BBC3FF;
}
.BgClassName
{
background-color: #BBC3FF;
}
</style>
border-color css
<style>
span { border-color: #BBC3FF; }
span { border-color: rgb(187,195,255); }
td.TdClassName
{
border-color: #BBC3FF;
}
.TagClassName
{
border-color: #BBC3FF;
}
</style>