Shades of Lavender Blue #C6BEF8
Tints of Lavender Blue #C6BEF8
RGB
CMYK
RGB Variations
Color information
#C6BEF8 (or 0xC6BEF8) is known color: Lavender Blue. HEX triplet: C6, BE and F8. RGB value is (198,190,248). Sum of RGB (Red+Green+Blue) = 198+190+248=636 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.13% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 248 (97.27% from 255 or 38.99% from 636); Max value from RGB is 248 - color contains mainly: blue. Hex color #C6BEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEF8 is #394107. Grayscale: #C6C6C6. Windows color (decimal): -3752200 or 16301766. OLE color: 16301766.
HSL color Cylindrical-coordinate representation of color #C6BEF8: hue angle of 248.28º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6BEF8 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 190 | 248 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.03 |
| HSL | 248.28º | 0.81% | 0.86% | - |
| HSV(B) | 248.28º | 0.23% | 0.97% | - |
| XYZ | 58.65 | 55.61 | 96.45 | - |
| YUV | 199 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 248 | 0.20 | 0.23 | 0 | 0.03 | 248.28 | 0.81 | 0.86 |
| Hex | C6 | BE | F8 | 14 | 17 | 0 | 3 | F8 | 51 | 56 |
| Octal | 306 | 276 | 370 | 24 | 27 | 0 | 3 | 370 | 121 | 126 |
| Binary | 11000110 | 10111110 | 11111000 | 10100 | 10111 | 0 | 11 | 11111000 | 1010001 | 1010110 |
Color Harmonies of #C6BEF8
Complementary color
Monochromatic Colors of #C6BEF8
Black with #C6BEF8
Text Example
Text Example
White with #C6BEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BEF8; }
p { color: rgb(198,190,248); }
H1.HeaderClassName
{
color: #C6BEF8;
}
.AnyTagClassName
{
color: #C6BEF8;
}
</style>
background-color css
<style>
a { background-color: #C6BEF8; }
a { background-color: rgb(198,190,248); }
div.DivClassName
{
background-color: #C6BEF8;
}
.BgClassName
{
background-color: #C6BEF8;
}
</style>
border-color css
<style>
span { border-color: #C6BEF8; }
span { border-color: rgb(198,190,248); }
td.TdClassName
{
border-color: #C6BEF8;
}
.TagClassName
{
border-color: #C6BEF8;
}
</style>