Shades of Lavender Blue #C8BAFA
Tints of Lavender Blue #C8BAFA
RGB
CMYK
RGB Variations
Color information
#C8BAFA (or 0xC8BAFA) is known color: Lavender Blue. HEX triplet: C8, BA and FA. RGB value is (200,186,250). Sum of RGB (Red+Green+Blue) = 200+186+250=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAFA is #374505. Grayscale: #C5C5C5. Windows color (decimal): -3622150 or 16431816. OLE color: 16431816.
HSL color Cylindrical-coordinate representation of color #C8BAFA: hue angle of 253.12º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8BAFA is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 186 | 250 | - |
| CMYK | 0.2 | 0.26 | 0 | 0.02 |
| HSL | 253.13º | 0.86% | 0.85% | - |
| HSV(B) | 253.13º | 0.26% | 0.98% | - |
| XYZ | 58.63 | 54.3 | 97.83 | - |
| YUV | 197.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 250 | 0.2 | 0.26 | 0 | 0.02 | 253.13 | 0.86 | 0.85 |
| Hex | C8 | BA | FA | 14 | 1A | 0 | 2 | FD | 56 | 55 |
| Octal | 310 | 272 | 372 | 24 | 32 | 0 | 2 | 375 | 126 | 125 |
| Binary | 11001000 | 10111010 | 11111010 | 10100 | 11010 | 0 | 10 | 11111101 | 1010110 | 1010101 |
Color Harmonies of #C8BAFA
Complementary color
Monochromatic Colors of #C8BAFA
Black with #C8BAFA
Text Example
Text Example
White with #C8BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAFA; }
p { color: rgb(200,186,250); }
H1.HeaderClassName
{
color: #C8BAFA;
}
.AnyTagClassName
{
color: #C8BAFA;
}
</style>
background-color css
<style>
a { background-color: #C8BAFA; }
a { background-color: rgb(200,186,250); }
div.DivClassName
{
background-color: #C8BAFA;
}
.BgClassName
{
background-color: #C8BAFA;
}
</style>
border-color css
<style>
span { border-color: #C8BAFA; }
span { border-color: rgb(200,186,250); }
td.TdClassName
{
border-color: #C8BAFA;
}
.TagClassName
{
border-color: #C8BAFA;
}
</style>