Shades of Lavender Blue #C1BAF6
Tints of Lavender Blue #C1BAF6
RGB
CMYK
RGB Variations
Color information
#C1BAF6 (or 0xC1BAF6) is known color: Lavender Blue. HEX triplet: C1, BA and F6. RGB value is (193,186,246). Sum of RGB (Red+Green+Blue) = 193+186+246=625 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.88% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 246 - color contains mainly: blue. Hex color #C1BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAF6 is #3E4509. Grayscale: #C2C2C2. Windows color (decimal): -4080906 or 16169665. OLE color: 16169665.
HSL color Cylindrical-coordinate representation of color #C1BAF6: hue angle of 247º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1BAF6 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 186 | 246 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.04 |
| HSL | 247º | 0.77% | 0.85% | - |
| HSV(B) | 247º | 0.24% | 0.96% | - |
| XYZ | 56.19 | 53.11 | 94.48 | - |
| YUV | 194.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 246 | 0.22 | 0.24 | 0 | 0.04 | 247 | 0.77 | 0.85 |
| Hex | C1 | BA | F6 | 16 | 18 | 0 | 4 | F7 | 4D | 55 |
| Octal | 301 | 272 | 366 | 26 | 30 | 0 | 4 | 367 | 115 | 125 |
| Binary | 11000001 | 10111010 | 11110110 | 10110 | 11000 | 0 | 100 | 11110111 | 1001101 | 1010101 |
Color Harmonies of #C1BAF6
Complementary color
Monochromatic Colors of #C1BAF6
Black with #C1BAF6
Text Example
Text Example
White with #C1BAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BAF6; }
p { color: rgb(193,186,246); }
H1.HeaderClassName
{
color: #C1BAF6;
}
.AnyTagClassName
{
color: #C1BAF6;
}
</style>
background-color css
<style>
a { background-color: #C1BAF6; }
a { background-color: rgb(193,186,246); }
div.DivClassName
{
background-color: #C1BAF6;
}
.BgClassName
{
background-color: #C1BAF6;
}
</style>
border-color css
<style>
span { border-color: #C1BAF6; }
span { border-color: rgb(193,186,246); }
td.TdClassName
{
border-color: #C1BAF6;
}
.TagClassName
{
border-color: #C1BAF6;
}
</style>