Shades of Lavender Blue #C5BCFC
Tints of Lavender Blue #C5BCFC
RGB
CMYK
RGB Variations
Color information
#C5BCFC (or 0xC5BCFC) is known color: Lavender Blue. HEX triplet: C5, BC and FC. RGB value is (197,188,252). Sum of RGB (Red+Green+Blue) = 197+188+252=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 188 (73.83% from 255 or 29.51% 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 #C5BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCFC is #3A4303. Grayscale: #C5C5C5. Windows color (decimal): -3818244 or 16563397. OLE color: 16563397.
HSL color Cylindrical-coordinate representation of color #C5BCFC: hue angle of 248.44º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5BCFC is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 188 | 252 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.01 |
| HSL | 248.44º | 0.91% | 0.86% | - |
| HSV(B) | 248.44º | 0.25% | 0.99% | - |
| XYZ | 58.58 | 54.87 | 99.6 | - |
| YUV | 197.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 252 | 0.22 | 0.25 | 0 | 0.01 | 248.44 | 0.91 | 0.86 |
| Hex | C5 | BC | FC | 16 | 19 | 0 | 1 | F8 | 5B | 56 |
| Octal | 305 | 274 | 374 | 26 | 31 | 0 | 1 | 370 | 133 | 126 |
| Binary | 11000101 | 10111100 | 11111100 | 10110 | 11001 | 0 | 1 | 11111000 | 1011011 | 1010110 |
Color Harmonies of #C5BCFC
Complementary color
Monochromatic Colors of #C5BCFC
Black with #C5BCFC
Text Example
Text Example
White with #C5BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCFC; }
p { color: rgb(197,188,252); }
H1.HeaderClassName
{
color: #C5BCFC;
}
.AnyTagClassName
{
color: #C5BCFC;
}
</style>
background-color css
<style>
a { background-color: #C5BCFC; }
a { background-color: rgb(197,188,252); }
div.DivClassName
{
background-color: #C5BCFC;
}
.BgClassName
{
background-color: #C5BCFC;
}
</style>
border-color css
<style>
span { border-color: #C5BCFC; }
span { border-color: rgb(197,188,252); }
td.TdClassName
{
border-color: #C5BCFC;
}
.TagClassName
{
border-color: #C5BCFC;
}
</style>