Shades of Lavender Blue #C5BCFB
Tints of Lavender Blue #C5BCFB
RGB
CMYK
RGB Variations
Color information
#C5BCFB (or 0xC5BCFB) is known color: Lavender Blue. HEX triplet: C5, BC and FB. RGB value is (197,188,251). Sum of RGB (Red+Green+Blue) = 197+188+251=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCFB is #3A4304. Grayscale: #C5C5C5. Windows color (decimal): -3818245 or 16497861. OLE color: 16497861.
HSL color Cylindrical-coordinate representation of color #C5BCFB: hue angle of 248.57º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5BCFB is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 188 | 251 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.02 |
| HSL | 248.57º | 0.89% | 0.86% | - |
| HSV(B) | 248.57º | 0.25% | 0.98% | - |
| XYZ | 58.42 | 54.8 | 98.77 | - |
| YUV | 197.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 251 | 0.22 | 0.25 | 0 | 0.02 | 248.57 | 0.89 | 0.86 |
| Hex | C5 | BC | FB | 16 | 19 | 0 | 2 | F9 | 59 | 56 |
| Octal | 305 | 274 | 373 | 26 | 31 | 0 | 2 | 371 | 131 | 126 |
| Binary | 11000101 | 10111100 | 11111011 | 10110 | 11001 | 0 | 10 | 11111001 | 1011001 | 1010110 |
Color Harmonies of #C5BCFB
Complementary color
Monochromatic Colors of #C5BCFB
Black with #C5BCFB
Text Example
Text Example
White with #C5BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCFB; }
p { color: rgb(197,188,251); }
H1.HeaderClassName
{
color: #C5BCFB;
}
.AnyTagClassName
{
color: #C5BCFB;
}
</style>
background-color css
<style>
a { background-color: #C5BCFB; }
a { background-color: rgb(197,188,251); }
div.DivClassName
{
background-color: #C5BCFB;
}
.BgClassName
{
background-color: #C5BCFB;
}
</style>
border-color css
<style>
span { border-color: #C5BCFB; }
span { border-color: rgb(197,188,251); }
td.TdClassName
{
border-color: #C5BCFB;
}
.TagClassName
{
border-color: #C5BCFB;
}
</style>