Shades of Lavender Blue #C2BDF8
Tints of Lavender Blue #C2BDF8
RGB
CMYK
RGB Variations
Color information
#C2BDF8 (or 0xC2BDF8) is known color: Lavender Blue. HEX triplet: C2, BD and F8. RGB value is (194,189,248). Sum of RGB (Red+Green+Blue) = 194+189+248=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 248 - color contains mainly: blue. Hex color #C2BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDF8 is #3D4207. Grayscale: #C4C4C4. Windows color (decimal): -4014600 or 16301506. OLE color: 16301506.
HSL color Cylindrical-coordinate representation of color #C2BDF8: hue angle of 245.08º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2BDF8 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 189 | 248 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.03 |
| HSL | 245.08º | 0.81% | 0.86% | - |
| HSV(B) | 245.08º | 0.24% | 0.97% | - |
| XYZ | 57.39 | 54.64 | 96.33 | - |
| YUV | 197.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 248 | 0.22 | 0.24 | 0 | 0.03 | 245.08 | 0.81 | 0.86 |
| Hex | C2 | BD | F8 | 16 | 18 | 0 | 3 | F5 | 51 | 56 |
| Octal | 302 | 275 | 370 | 26 | 30 | 0 | 3 | 365 | 121 | 126 |
| Binary | 11000010 | 10111101 | 11111000 | 10110 | 11000 | 0 | 11 | 11110101 | 1010001 | 1010110 |
Color Harmonies of #C2BDF8
Complementary color
Monochromatic Colors of #C2BDF8
Black with #C2BDF8
Text Example
Text Example
White with #C2BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDF8; }
p { color: rgb(194,189,248); }
H1.HeaderClassName
{
color: #C2BDF8;
}
.AnyTagClassName
{
color: #C2BDF8;
}
</style>
background-color css
<style>
a { background-color: #C2BDF8; }
a { background-color: rgb(194,189,248); }
div.DivClassName
{
background-color: #C2BDF8;
}
.BgClassName
{
background-color: #C2BDF8;
}
</style>
border-color css
<style>
span { border-color: #C2BDF8; }
span { border-color: rgb(194,189,248); }
td.TdClassName
{
border-color: #C2BDF8;
}
.TagClassName
{
border-color: #C2BDF8;
}
</style>