Shades of Lavender Blue #C4BDF6
Tints of Lavender Blue #C4BDF6
RGB
CMYK
RGB Variations
Color information
#C4BDF6 (or 0xC4BDF6) is known color: Lavender Blue. HEX triplet: C4, BD and F6. RGB value is (196,189,246). Sum of RGB (Red+Green+Blue) = 196+189+246=631 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.06% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #C4BDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDF6 is #3B4209. Grayscale: #C5C5C5. Windows color (decimal): -3883530 or 16170436. OLE color: 16170436.
HSL color Cylindrical-coordinate representation of color #C4BDF6: hue angle of 247.37º degrees, saturation: 0.76, 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 #C4BDF6 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 189 | 246 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.04 |
| HSL | 247.37º | 0.76% | 0.85% | - |
| HSV(B) | 247.37º | 0.23% | 0.96% | - |
| XYZ | 57.6 | 54.78 | 94.73 | - |
| YUV | 197.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 246 | 0.20 | 0.23 | 0 | 0.04 | 247.37 | 0.76 | 0.85 |
| Hex | C4 | BD | F6 | 14 | 17 | 0 | 4 | F7 | 4C | 55 |
| Octal | 304 | 275 | 366 | 24 | 27 | 0 | 4 | 367 | 114 | 125 |
| Binary | 11000100 | 10111101 | 11110110 | 10100 | 10111 | 0 | 100 | 11110111 | 1001100 | 1010101 |
Color Harmonies of #C4BDF6
Complementary color
Monochromatic Colors of #C4BDF6
Black with #C4BDF6
Text Example
Text Example
White with #C4BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDF6; }
p { color: rgb(196,189,246); }
H1.HeaderClassName
{
color: #C4BDF6;
}
.AnyTagClassName
{
color: #C4BDF6;
}
</style>
background-color css
<style>
a { background-color: #C4BDF6; }
a { background-color: rgb(196,189,246); }
div.DivClassName
{
background-color: #C4BDF6;
}
.BgClassName
{
background-color: #C4BDF6;
}
</style>
border-color css
<style>
span { border-color: #C4BDF6; }
span { border-color: rgb(196,189,246); }
td.TdClassName
{
border-color: #C4BDF6;
}
.TagClassName
{
border-color: #C4BDF6;
}
</style>