Shades of Lavender Blue #C1BDF7
Tints of Lavender Blue #C1BDF7
RGB
CMYK
RGB Variations
Color information
#C1BDF7 (or 0xC1BDF7) is known color: Lavender Blue. HEX triplet: C1, BD and F7. RGB value is (193,189,247). Sum of RGB (Red+Green+Blue) = 193+189+247=629 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.68% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #C1BDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDF7 is #3E4208. Grayscale: #C4C4C4. Windows color (decimal): -4080137 or 16235969. OLE color: 16235969.
HSL color Cylindrical-coordinate representation of color #C1BDF7: hue angle of 244.14º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1BDF7 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 189 | 247 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.03 |
| HSL | 244.14º | 0.78% | 0.85% | - |
| HSV(B) | 244.14º | 0.23% | 0.97% | - |
| XYZ | 56.98 | 54.45 | 95.5 | - |
| YUV | 196.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 247 | 0.22 | 0.23 | 0 | 0.03 | 244.14 | 0.78 | 0.85 |
| Hex | C1 | BD | F7 | 16 | 17 | 0 | 3 | F4 | 4E | 55 |
| Octal | 301 | 275 | 367 | 26 | 27 | 0 | 3 | 364 | 116 | 125 |
| Binary | 11000001 | 10111101 | 11110111 | 10110 | 10111 | 0 | 11 | 11110100 | 1001110 | 1010101 |
Color Harmonies of #C1BDF7
Complementary color
Monochromatic Colors of #C1BDF7
Black with #C1BDF7
Text Example
Text Example
White with #C1BDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDF7; }
p { color: rgb(193,189,247); }
H1.HeaderClassName
{
color: #C1BDF7;
}
.AnyTagClassName
{
color: #C1BDF7;
}
</style>
background-color css
<style>
a { background-color: #C1BDF7; }
a { background-color: rgb(193,189,247); }
div.DivClassName
{
background-color: #C1BDF7;
}
.BgClassName
{
background-color: #C1BDF7;
}
</style>
border-color css
<style>
span { border-color: #C1BDF7; }
span { border-color: rgb(193,189,247); }
td.TdClassName
{
border-color: #C1BDF7;
}
.TagClassName
{
border-color: #C1BDF7;
}
</style>