Shades of Lavender Blue #C2BCFC
Tints of Lavender Blue #C2BCFC
RGB
CMYK
RGB Variations
Color information
#C2BCFC (or 0xC2BCFC) is known color: Lavender Blue. HEX triplet: C2, BC and FC. RGB value is (194,188,252). Sum of RGB (Red+Green+Blue) = 194+188+252=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCFC is #3D4303. Grayscale: #C4C4C4. Windows color (decimal): -4014852 or 16563394. OLE color: 16563394.
HSL color Cylindrical-coordinate representation of color #C2BCFC: hue angle of 245.62º 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 #C2BCFC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 188 | 252 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.01 |
| HSL | 245.63º | 0.91% | 0.86% | - |
| HSV(B) | 245.63º | 0.25% | 0.99% | - |
| XYZ | 57.8 | 54.46 | 99.56 | - |
| YUV | 197.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 252 | 0.23 | 0.25 | 0 | 0.01 | 245.63 | 0.91 | 0.86 |
| Hex | C2 | BC | FC | 17 | 19 | 0 | 1 | F6 | 5B | 56 |
| Octal | 302 | 274 | 374 | 27 | 31 | 0 | 1 | 366 | 133 | 126 |
| Binary | 11000010 | 10111100 | 11111100 | 10111 | 11001 | 0 | 1 | 11110110 | 1011011 | 1010110 |
Color Harmonies of #C2BCFC
Complementary color
Monochromatic Colors of #C2BCFC
Black with #C2BCFC
Text Example
Text Example
White with #C2BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCFC; }
p { color: rgb(194,188,252); }
H1.HeaderClassName
{
color: #C2BCFC;
}
.AnyTagClassName
{
color: #C2BCFC;
}
</style>
background-color css
<style>
a { background-color: #C2BCFC; }
a { background-color: rgb(194,188,252); }
div.DivClassName
{
background-color: #C2BCFC;
}
.BgClassName
{
background-color: #C2BCFC;
}
</style>
border-color css
<style>
span { border-color: #C2BCFC; }
span { border-color: rgb(194,188,252); }
td.TdClassName
{
border-color: #C2BCFC;
}
.TagClassName
{
border-color: #C2BCFC;
}
</style>