Shades of Lavender Blue #C8BCFF
Tints of Lavender Blue #C8BCFF
RGB
CMYK
RGB Variations
Color information
#C8BCFF (or 0xC8BCFF) is known color: Lavender Blue. HEX triplet: C8, BC and FF. RGB value is (200,188,255). Sum of RGB (Red+Green+Blue) = 200+188+255=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCFF is #374300. Grayscale: #C6C6C6. Windows color (decimal): -3621633 or 16760008. OLE color: 16760008.
HSL color Cylindrical-coordinate representation of color #C8BCFF: hue angle of 250.75º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8BCFF is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 188 | 255 | - |
| CMYK | 0.22 | 0.26 | 0 | 0 |
| HSL | 250.75º | 1% | 0.87% | - |
| HSV(B) | 250.75º | 0.26% | 1% | - |
| XYZ | 59.85 | 55.47 | 102.16 | - |
| YUV | 199.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 255 | 0.22 | 0.26 | 0 | 0 | 250.75 | 1 | 0.87 |
| Hex | C8 | BC | FF | 16 | 1A | 0 | 0 | FB | 64 | 57 |
| Octal | 310 | 274 | 377 | 26 | 32 | 0 | 0 | 373 | 144 | 127 |
| Binary | 11001000 | 10111100 | 11111111 | 10110 | 11010 | 0 | 0 | 11111011 | 1100100 | 1010111 |
Color Harmonies of #C8BCFF
Complementary color
Monochromatic Colors of #C8BCFF
Black with #C8BCFF
Text Example
Text Example
White with #C8BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCFF; }
p { color: rgb(200,188,255); }
H1.HeaderClassName
{
color: #C8BCFF;
}
.AnyTagClassName
{
color: #C8BCFF;
}
</style>
background-color css
<style>
a { background-color: #C8BCFF; }
a { background-color: rgb(200,188,255); }
div.DivClassName
{
background-color: #C8BCFF;
}
.BgClassName
{
background-color: #C8BCFF;
}
</style>
border-color css
<style>
span { border-color: #C8BCFF; }
span { border-color: rgb(200,188,255); }
td.TdClassName
{
border-color: #C8BCFF;
}
.TagClassName
{
border-color: #C8BCFF;
}
</style>