Shades of Lavender Blue #C8BAFE
Tints of Lavender Blue #C8BAFE
RGB
CMYK
RGB Variations
Color information
#C8BAFE (or 0xC8BAFE) is known color: Lavender Blue. HEX triplet: C8, BA and FE. RGB value is (200,186,254). Sum of RGB (Red+Green+Blue) = 200+186+254=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAFE is #374501. Grayscale: #C5C5C5. Windows color (decimal): -3622146 or 16693960. OLE color: 16693960.
HSL color Cylindrical-coordinate representation of color #C8BAFE: hue angle of 252.35º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8BAFE is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 186 | 254 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.00 |
| HSL | 252.35º | 0.97% | 0.86% | - |
| HSV(B) | 252.35º | 0.27% | 1% | - |
| XYZ | 59.27 | 54.55 | 101.17 | - |
| YUV | 197.94 | 159.64 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 254 | 0.21 | 0.27 | 0 | 0.00 | 252.35 | 0.97 | 0.86 |
| Hex | C8 | BA | FE | 15 | 1B | 0 | 0 | FC | 61 | 56 |
| Octal | 310 | 272 | 376 | 25 | 33 | 0 | 0 | 374 | 141 | 126 |
| Binary | 11001000 | 10111010 | 11111110 | 10101 | 11011 | 0 | 0 | 11111100 | 1100001 | 1010110 |
Color Harmonies of #C8BAFE
Complementary color
Monochromatic Colors of #C8BAFE
Black with #C8BAFE
Text Example
Text Example
White with #C8BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAFE; }
p { color: rgb(200,186,254); }
H1.HeaderClassName
{
color: #C8BAFE;
}
.AnyTagClassName
{
color: #C8BAFE;
}
</style>
background-color css
<style>
a { background-color: #C8BAFE; }
a { background-color: rgb(200,186,254); }
div.DivClassName
{
background-color: #C8BAFE;
}
.BgClassName
{
background-color: #C8BAFE;
}
</style>
border-color css
<style>
span { border-color: #C8BAFE; }
span { border-color: rgb(200,186,254); }
td.TdClassName
{
border-color: #C8BAFE;
}
.TagClassName
{
border-color: #C8BAFE;
}
</style>