Shades of Lavender Blue #C6BDF8
Tints of Lavender Blue #C6BDF8
RGB
CMYK
RGB Variations
Color information
#C6BDF8 (or 0xC6BDF8) is known color: Lavender Blue. HEX triplet: C6, BD and F8. RGB value is (198,189,248). Sum of RGB (Red+Green+Blue) = 198+189+248=635 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.18% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 248 (97.27% from 255 or 39.06% from 635); Max value from RGB is 248 - color contains mainly: blue. Hex color #C6BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BDF8 is #394207. Grayscale: #C6C6C6. Windows color (decimal): -3752456 or 16301510. OLE color: 16301510.
HSL color Cylindrical-coordinate representation of color #C6BDF8: hue angle of 249.15º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6BDF8 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 189 | 248 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.03 |
| HSL | 249.15º | 0.81% | 0.86% | - |
| HSV(B) | 249.15º | 0.24% | 0.97% | - |
| XYZ | 58.43 | 55.18 | 96.38 | - |
| YUV | 198.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 248 | 0.20 | 0.24 | 0 | 0.03 | 249.15 | 0.81 | 0.86 |
| Hex | C6 | BD | F8 | 14 | 18 | 0 | 3 | F9 | 51 | 56 |
| Octal | 306 | 275 | 370 | 24 | 30 | 0 | 3 | 371 | 121 | 126 |
| Binary | 11000110 | 10111101 | 11111000 | 10100 | 11000 | 0 | 11 | 11111001 | 1010001 | 1010110 |
Color Harmonies of #C6BDF8
Complementary color
Monochromatic Colors of #C6BDF8
Black with #C6BDF8
Text Example
Text Example
White with #C6BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDF8; }
p { color: rgb(198,189,248); }
H1.HeaderClassName
{
color: #C6BDF8;
}
.AnyTagClassName
{
color: #C6BDF8;
}
</style>
background-color css
<style>
a { background-color: #C6BDF8; }
a { background-color: rgb(198,189,248); }
div.DivClassName
{
background-color: #C6BDF8;
}
.BgClassName
{
background-color: #C6BDF8;
}
</style>
border-color css
<style>
span { border-color: #C6BDF8; }
span { border-color: rgb(198,189,248); }
td.TdClassName
{
border-color: #C6BDF8;
}
.TagClassName
{
border-color: #C6BDF8;
}
</style>