Shades of Lavender Blue #C7BCFD
Tints of Lavender Blue #C7BCFD
RGB
CMYK
RGB Variations
Color information
#C7BCFD (or 0xC7BCFD) is known color: Lavender Blue. HEX triplet: C7, BC and FD. RGB value is (199,188,253). Sum of RGB (Red+Green+Blue) = 199+188+253=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 188 (73.83% from 255 or 29.38% 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 #C7BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCFD is #384302. Grayscale: #C6C6C6. Windows color (decimal): -3687171 or 16628935. OLE color: 16628935.
HSL color Cylindrical-coordinate representation of color #C7BCFD: hue angle of 250.15º 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 #C7BCFD is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 188 | 253 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.01 |
| HSL | 250.15º | 0.94% | 0.86% | - |
| HSV(B) | 250.15º | 0.26% | 0.99% | - |
| XYZ | 59.27 | 55.2 | 100.46 | - |
| YUV | 198.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 253 | 0.21 | 0.26 | 0 | 0.01 | 250.15 | 0.94 | 0.86 |
| Hex | C7 | BC | FD | 15 | 1A | 0 | 1 | FA | 5E | 56 |
| Octal | 307 | 274 | 375 | 25 | 32 | 0 | 1 | 372 | 136 | 126 |
| Binary | 11000111 | 10111100 | 11111101 | 10101 | 11010 | 0 | 1 | 11111010 | 1011110 | 1010110 |
Color Harmonies of #C7BCFD
Complementary color
Monochromatic Colors of #C7BCFD
Black with #C7BCFD
Text Example
Text Example
White with #C7BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCFD; }
p { color: rgb(199,188,253); }
H1.HeaderClassName
{
color: #C7BCFD;
}
.AnyTagClassName
{
color: #C7BCFD;
}
</style>
background-color css
<style>
a { background-color: #C7BCFD; }
a { background-color: rgb(199,188,253); }
div.DivClassName
{
background-color: #C7BCFD;
}
.BgClassName
{
background-color: #C7BCFD;
}
</style>
border-color css
<style>
span { border-color: #C7BCFD; }
span { border-color: rgb(199,188,253); }
td.TdClassName
{
border-color: #C7BCFD;
}
.TagClassName
{
border-color: #C7BCFD;
}
</style>