Shades of Lavender Blue #C8BBFF
Tints of Lavender Blue #C8BBFF
RGB
CMYK
RGB Variations
Color information
#C8BBFF (or 0xC8BBFF) is known color: Lavender Blue. HEX triplet: C8, BB and FF. RGB value is (200,187,255). Sum of RGB (Red+Green+Blue) = 200+187+255=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBFF is #374400. Grayscale: #C6C6C6. Windows color (decimal): -3621889 or 16759752. OLE color: 16759752.
HSL color Cylindrical-coordinate representation of color #C8BBFF: hue angle of 251.47º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8BBFF is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 187 | 255 | - |
| CMYK | 0.22 | 0.27 | 0 | 0 |
| HSL | 251.47º | 1% | 0.87% | - |
| HSV(B) | 251.47º | 0.27% | 1% | - |
| XYZ | 59.64 | 55.04 | 102.09 | - |
| YUV | 198.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 255 | 0.22 | 0.27 | 0 | 0 | 251.47 | 1 | 0.87 |
| Hex | C8 | BB | FF | 16 | 1B | 0 | 0 | FB | 64 | 57 |
| Octal | 310 | 273 | 377 | 26 | 33 | 0 | 0 | 373 | 144 | 127 |
| Binary | 11001000 | 10111011 | 11111111 | 10110 | 11011 | 0 | 0 | 11111011 | 1100100 | 1010111 |
Color Harmonies of #C8BBFF
Complementary color
Monochromatic Colors of #C8BBFF
Black with #C8BBFF
Text Example
Text Example
White with #C8BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBFF; }
p { color: rgb(200,187,255); }
H1.HeaderClassName
{
color: #C8BBFF;
}
.AnyTagClassName
{
color: #C8BBFF;
}
</style>
background-color css
<style>
a { background-color: #C8BBFF; }
a { background-color: rgb(200,187,255); }
div.DivClassName
{
background-color: #C8BBFF;
}
.BgClassName
{
background-color: #C8BBFF;
}
</style>
border-color css
<style>
span { border-color: #C8BBFF; }
span { border-color: rgb(200,187,255); }
td.TdClassName
{
border-color: #C8BBFF;
}
.TagClassName
{
border-color: #C8BBFF;
}
</style>