Shades of Lavender Blue #C5BBFC
Tints of Lavender Blue #C5BBFC
RGB
CMYK
RGB Variations
Color information
#C5BBFC (or 0xC5BBFC) is known color: Lavender Blue. HEX triplet: C5, BB and FC. RGB value is (197,187,252). Sum of RGB (Red+Green+Blue) = 197+187+252=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBFC is #3A4403. Grayscale: #C5C5C5. Windows color (decimal): -3818500 or 16563141. OLE color: 16563141.
HSL color Cylindrical-coordinate representation of color #C5BBFC: hue angle of 249.23º 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 #C5BBFC is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 187 | 252 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.01 |
| HSL | 249.23º | 0.92% | 0.86% | - |
| HSV(B) | 249.23º | 0.26% | 0.99% | - |
| XYZ | 58.37 | 54.44 | 99.53 | - |
| YUV | 197.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 252 | 0.22 | 0.26 | 0 | 0.01 | 249.23 | 0.92 | 0.86 |
| Hex | C5 | BB | FC | 16 | 1A | 0 | 1 | F9 | 5C | 56 |
| Octal | 305 | 273 | 374 | 26 | 32 | 0 | 1 | 371 | 134 | 126 |
| Binary | 11000101 | 10111011 | 11111100 | 10110 | 11010 | 0 | 1 | 11111001 | 1011100 | 1010110 |
Color Harmonies of #C5BBFC
Complementary color
Monochromatic Colors of #C5BBFC
Black with #C5BBFC
Text Example
Text Example
White with #C5BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBFC; }
p { color: rgb(197,187,252); }
H1.HeaderClassName
{
color: #C5BBFC;
}
.AnyTagClassName
{
color: #C5BBFC;
}
</style>
background-color css
<style>
a { background-color: #C5BBFC; }
a { background-color: rgb(197,187,252); }
div.DivClassName
{
background-color: #C5BBFC;
}
.BgClassName
{
background-color: #C5BBFC;
}
</style>
border-color css
<style>
span { border-color: #C5BBFC; }
span { border-color: rgb(197,187,252); }
td.TdClassName
{
border-color: #C5BBFC;
}
.TagClassName
{
border-color: #C5BBFC;
}
</style>