Shades of Lavender Blue #BBC6FC
Tints of Lavender Blue #BBC6FC
RGB
CMYK
RGB Variations
Color information
#BBC6FC (or 0xBBC6FC) is known color: Lavender Blue. HEX triplet: BB, C6 and FC. RGB value is (187,198,252). Sum of RGB (Red+Green+Blue) = 187+198+252=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBC6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6FC is #443903. Grayscale: #C8C8C8. Windows color (decimal): -4471044 or 16565947. OLE color: 16565947.
HSL color Cylindrical-coordinate representation of color #BBC6FC: hue angle of 229.85º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC6FC is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 198 | 252 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.01 |
| HSL | 229.85º | 0.92% | 0.86% | - |
| HSV(B) | 229.85º | 0.26% | 0.99% | - |
| XYZ | 58.26 | 57.98 | 100.22 | - |
| YUV | 200.87 | 156.86 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 252 | 0.26 | 0.21 | 0 | 0.01 | 229.85 | 0.92 | 0.86 |
| Hex | BB | C6 | FC | 1A | 15 | 0 | 1 | E6 | 5C | 56 |
| Octal | 273 | 306 | 374 | 32 | 25 | 0 | 1 | 346 | 134 | 126 |
| Binary | 10111011 | 11000110 | 11111100 | 11010 | 10101 | 0 | 1 | 11100110 | 1011100 | 1010110 |
Color Harmonies of #BBC6FC
Complementary color
Monochromatic Colors of #BBC6FC
Black with #BBC6FC
Text Example
Text Example
White with #BBC6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6FC; }
p { color: rgb(187,198,252); }
H1.HeaderClassName
{
color: #BBC6FC;
}
.AnyTagClassName
{
color: #BBC6FC;
}
</style>
background-color css
<style>
a { background-color: #BBC6FC; }
a { background-color: rgb(187,198,252); }
div.DivClassName
{
background-color: #BBC6FC;
}
.BgClassName
{
background-color: #BBC6FC;
}
</style>
border-color css
<style>
span { border-color: #BBC6FC; }
span { border-color: rgb(187,198,252); }
td.TdClassName
{
border-color: #BBC6FC;
}
.TagClassName
{
border-color: #BBC6FC;
}
</style>