Shades of Lavender Blue #C8BAFD
Tints of Lavender Blue #C8BAFD
RGB
CMYK
RGB Variations
Color information
#C8BAFD (or 0xC8BAFD) is known color: Lavender Blue. HEX triplet: C8, BA and FD. RGB value is (200,186,253). Sum of RGB (Red+Green+Blue) = 200+186+253=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAFD is #374502. Grayscale: #C5C5C5. Windows color (decimal): -3622147 or 16628424. OLE color: 16628424.
HSL color Cylindrical-coordinate representation of color #C8BAFD: hue angle of 252.54º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8BAFD is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 186 | 253 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.01 |
| HSL | 252.54º | 0.94% | 0.86% | - |
| HSV(B) | 252.54º | 0.26% | 0.99% | - |
| XYZ | 59.11 | 54.49 | 100.33 | - |
| YUV | 197.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 253 | 0.21 | 0.26 | 0 | 0.01 | 252.54 | 0.94 | 0.86 |
| Hex | C8 | BA | FD | 15 | 1A | 0 | 1 | FD | 5E | 56 |
| Octal | 310 | 272 | 375 | 25 | 32 | 0 | 1 | 375 | 136 | 126 |
| Binary | 11001000 | 10111010 | 11111101 | 10101 | 11010 | 0 | 1 | 11111101 | 1011110 | 1010110 |
Color Harmonies of #C8BAFD
Complementary color
Monochromatic Colors of #C8BAFD
Black with #C8BAFD
Text Example
Text Example
White with #C8BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAFD; }
p { color: rgb(200,186,253); }
H1.HeaderClassName
{
color: #C8BAFD;
}
.AnyTagClassName
{
color: #C8BAFD;
}
</style>
background-color css
<style>
a { background-color: #C8BAFD; }
a { background-color: rgb(200,186,253); }
div.DivClassName
{
background-color: #C8BAFD;
}
.BgClassName
{
background-color: #C8BAFD;
}
</style>
border-color css
<style>
span { border-color: #C8BAFD; }
span { border-color: rgb(200,186,253); }
td.TdClassName
{
border-color: #C8BAFD;
}
.TagClassName
{
border-color: #C8BAFD;
}
</style>