Shades of Lavender Blue #C2BCF3
Tints of Lavender Blue #C2BCF3
RGB
CMYK
RGB Variations
Color information
#C2BCF3 (or 0xC2BCF3) is known color: Lavender Blue. HEX triplet: C2, BC and F3. RGB value is (194,188,243). Sum of RGB (Red+Green+Blue) = 194+188+243=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #C2BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCF3 is #3D430C. Grayscale: #C3C3C3. Windows color (decimal): -4014861 or 15973570. OLE color: 15973570.
HSL color Cylindrical-coordinate representation of color #C2BCF3: hue angle of 246.55º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2BCF3 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 188 | 243 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.05 |
| HSL | 246.55º | 0.7% | 0.85% | - |
| HSV(B) | 246.55º | 0.23% | 0.95% | - |
| XYZ | 56.41 | 53.91 | 92.23 | - |
| YUV | 196.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 243 | 0.20 | 0.23 | 0 | 0.05 | 246.55 | 0.7 | 0.85 |
| Hex | C2 | BC | F3 | 14 | 17 | 0 | 5 | F7 | 46 | 55 |
| Octal | 302 | 274 | 363 | 24 | 27 | 0 | 5 | 367 | 106 | 125 |
| Binary | 11000010 | 10111100 | 11110011 | 10100 | 10111 | 0 | 101 | 11110111 | 1000110 | 1010101 |
Color Harmonies of #C2BCF3
Complementary color
Monochromatic Colors of #C2BCF3
Black with #C2BCF3
Text Example
Text Example
White with #C2BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCF3; }
p { color: rgb(194,188,243); }
H1.HeaderClassName
{
color: #C2BCF3;
}
.AnyTagClassName
{
color: #C2BCF3;
}
</style>
background-color css
<style>
a { background-color: #C2BCF3; }
a { background-color: rgb(194,188,243); }
div.DivClassName
{
background-color: #C2BCF3;
}
.BgClassName
{
background-color: #C2BCF3;
}
</style>
border-color css
<style>
span { border-color: #C2BCF3; }
span { border-color: rgb(194,188,243); }
td.TdClassName
{
border-color: #C2BCF3;
}
.TagClassName
{
border-color: #C2BCF3;
}
</style>