Shades of Lavender Blue #C6BDF5
Tints of Lavender Blue #C6BDF5
RGB
CMYK
RGB Variations
Color information
#C6BDF5 (or 0xC6BDF5) is known color: Lavender Blue. HEX triplet: C6, BD and F5. RGB value is (198,189,245). Sum of RGB (Red+Green+Blue) = 198+189+245=632 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.33% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 245 - color contains mainly: blue. Hex color #C6BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BDF5 is #39420A. Grayscale: #C5C5C5. Windows color (decimal): -3752459 or 16104902. OLE color: 16104902.
HSL color Cylindrical-coordinate representation of color #C6BDF5: hue angle of 249.64º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6BDF5 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 189 | 245 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.04 |
| HSL | 249.64º | 0.74% | 0.85% | - |
| HSV(B) | 249.64º | 0.23% | 0.96% | - |
| XYZ | 57.97 | 54.99 | 93.95 | - |
| YUV | 198.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 245 | 0.19 | 0.23 | 0 | 0.04 | 249.64 | 0.74 | 0.85 |
| Hex | C6 | BD | F5 | 13 | 17 | 0 | 4 | FA | 4A | 55 |
| Octal | 306 | 275 | 365 | 23 | 27 | 0 | 4 | 372 | 112 | 125 |
| Binary | 11000110 | 10111101 | 11110101 | 10011 | 10111 | 0 | 100 | 11111010 | 1001010 | 1010101 |
Color Harmonies of #C6BDF5
Complementary color
Monochromatic Colors of #C6BDF5
Black with #C6BDF5
Text Example
Text Example
White with #C6BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDF5; }
p { color: rgb(198,189,245); }
H1.HeaderClassName
{
color: #C6BDF5;
}
.AnyTagClassName
{
color: #C6BDF5;
}
</style>
background-color css
<style>
a { background-color: #C6BDF5; }
a { background-color: rgb(198,189,245); }
div.DivClassName
{
background-color: #C6BDF5;
}
.BgClassName
{
background-color: #C6BDF5;
}
</style>
border-color css
<style>
span { border-color: #C6BDF5; }
span { border-color: rgb(198,189,245); }
td.TdClassName
{
border-color: #C6BDF5;
}
.TagClassName
{
border-color: #C6BDF5;
}
</style>