Shades of Lavender Blue #C8BBFD
Tints of Lavender Blue #C8BBFD
RGB
CMYK
RGB Variations
Color information
#C8BBFD (or 0xC8BBFD) is known color: Lavender Blue. HEX triplet: C8, BB and FD. RGB value is (200,187,253). Sum of RGB (Red+Green+Blue) = 200+187+253=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBFD is #374402. Grayscale: #C6C6C6. Windows color (decimal): -3621891 or 16628680. OLE color: 16628680.
HSL color Cylindrical-coordinate representation of color #C8BBFD: hue angle of 251.82º 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 #C8BBFD is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 187 | 253 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.01 |
| HSL | 251.82º | 0.94% | 0.86% | - |
| HSV(B) | 251.82º | 0.26% | 0.99% | - |
| XYZ | 59.32 | 54.91 | 100.4 | - |
| YUV | 198.41 | 158.81 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 253 | 0.21 | 0.26 | 0 | 0.01 | 251.82 | 0.94 | 0.86 |
| Hex | C8 | BB | FD | 15 | 1A | 0 | 1 | FC | 5E | 56 |
| Octal | 310 | 273 | 375 | 25 | 32 | 0 | 1 | 374 | 136 | 126 |
| Binary | 11001000 | 10111011 | 11111101 | 10101 | 11010 | 0 | 1 | 11111100 | 1011110 | 1010110 |
Color Harmonies of #C8BBFD
Complementary color
Monochromatic Colors of #C8BBFD
Black with #C8BBFD
Text Example
Text Example
White with #C8BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBFD; }
p { color: rgb(200,187,253); }
H1.HeaderClassName
{
color: #C8BBFD;
}
.AnyTagClassName
{
color: #C8BBFD;
}
</style>
background-color css
<style>
a { background-color: #C8BBFD; }
a { background-color: rgb(200,187,253); }
div.DivClassName
{
background-color: #C8BBFD;
}
.BgClassName
{
background-color: #C8BBFD;
}
</style>
border-color css
<style>
span { border-color: #C8BBFD; }
span { border-color: rgb(200,187,253); }
td.TdClassName
{
border-color: #C8BBFD;
}
.TagClassName
{
border-color: #C8BBFD;
}
</style>