Shades of Lavender Blue #C5BCFA
Tints of Lavender Blue #C5BCFA
RGB
CMYK
RGB Variations
Color information
#C5BCFA (or 0xC5BCFA) is known color: Lavender Blue. HEX triplet: C5, BC and FA. RGB value is (197,188,250). Sum of RGB (Red+Green+Blue) = 197+188+250=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCFA is #3A4305. Grayscale: #C5C5C5. Windows color (decimal): -3818246 or 16432325. OLE color: 16432325.
HSL color Cylindrical-coordinate representation of color #C5BCFA: hue angle of 248.71º degrees, saturation: 0.86, 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 #C5BCFA is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 197 | 188 | 250 | - |
CMYK | 0.21 | 0.25 | 0 | 0.02 |
HSL | 248.71º | 0.86% | 0.86% | - |
HSV(B) | 248.71º | 0.25% | 0.98% | - |
XYZ | 58.26 | 54.74 | 97.94 | - |
YUV | 197.76 | 157.48 | 127.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 188 | 250 | 0.21 | 0.25 | 0 | 0.02 | 248.71 | 0.86 | 0.86 |
Hex | C5 | BC | FA | 15 | 19 | 0 | 2 | F9 | 56 | 56 |
Octal | 305 | 274 | 372 | 25 | 31 | 0 | 2 | 371 | 126 | 126 |
Binary | 11000101 | 10111100 | 11111010 | 10101 | 11001 | 0 | 10 | 11111001 | 1010110 | 1010110 |
Color Harmonies of #C5BCFA
Complementary color
Monochromatic Colors of #C5BCFA
Black with #C5BCFA
Text Example
Text Example
White with #C5BCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCFA; }
p { color: rgb(197,188,250); }
H1.HeaderClassName
{
color: #C5BCFA;
}
.AnyTagClassName
{
color: #C5BCFA;
}
</style>
background-color css
<style>
a { background-color: #C5BCFA; }
a { background-color: rgb(197,188,250); }
div.DivClassName
{
background-color: #C5BCFA;
}
.BgClassName
{
background-color: #C5BCFA;
}
</style>
border-color css
<style>
span { border-color: #C5BCFA; }
span { border-color: rgb(197,188,250); }
td.TdClassName
{
border-color: #C5BCFA;
}
.TagClassName
{
border-color: #C5BCFA;
}
</style>