Shades of Lavender Blue #C6BCFD
Tints of Lavender Blue #C6BCFD
RGB
CMYK
RGB Variations
Color information
#C6BCFD (or 0xC6BCFD) is known color: Lavender Blue. HEX triplet: C6, BC and FD. RGB value is (198,188,253). Sum of RGB (Red+Green+Blue) = 198+188+253=639 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.99% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCFD is #394302. Grayscale: #C6C6C6. Windows color (decimal): -3752707 or 16628934. OLE color: 16628934.
HSL color Cylindrical-coordinate representation of color #C6BCFD: hue angle of 249.23º 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 #C6BCFD is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 188 | 253 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.01 |
| HSL | 249.23º | 0.94% | 0.86% | - |
| HSV(B) | 249.23º | 0.26% | 0.99% | - |
| XYZ | 59 | 55.06 | 100.45 | - |
| YUV | 198.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 253 | 0.22 | 0.26 | 0 | 0.01 | 249.23 | 0.94 | 0.86 |
| Hex | C6 | BC | FD | 16 | 1A | 0 | 1 | F9 | 5E | 56 |
| Octal | 306 | 274 | 375 | 26 | 32 | 0 | 1 | 371 | 136 | 126 |
| Binary | 11000110 | 10111100 | 11111101 | 10110 | 11010 | 0 | 1 | 11111001 | 1011110 | 1010110 |
Color Harmonies of #C6BCFD
Complementary color
Monochromatic Colors of #C6BCFD
Black with #C6BCFD
Text Example
Text Example
White with #C6BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCFD; }
p { color: rgb(198,188,253); }
H1.HeaderClassName
{
color: #C6BCFD;
}
.AnyTagClassName
{
color: #C6BCFD;
}
</style>
background-color css
<style>
a { background-color: #C6BCFD; }
a { background-color: rgb(198,188,253); }
div.DivClassName
{
background-color: #C6BCFD;
}
.BgClassName
{
background-color: #C6BCFD;
}
</style>
border-color css
<style>
span { border-color: #C6BCFD; }
span { border-color: rgb(198,188,253); }
td.TdClassName
{
border-color: #C6BCFD;
}
.TagClassName
{
border-color: #C6BCFD;
}
</style>