Shades of Lavender Blue #C1BAFF
Tints of Lavender Blue #C1BAFF
RGB
CMYK
RGB Variations
Color information
#C1BAFF (or 0xC1BAFF) is known color: Lavender Blue. HEX triplet: C1, BA and FF. RGB value is (193,186,255). Sum of RGB (Red+Green+Blue) = 193+186+255=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAFF is #3E4500. Grayscale: #C3C3C3. Windows color (decimal): -4080897 or 16759489. OLE color: 16759489.
HSL color Cylindrical-coordinate representation of color #C1BAFF: hue angle of 246.09º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1BAFF is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 186 | 255 | - |
| CMYK | 0.24 | 0.27 | 0 | 0 |
| HSL | 246.09º | 1% | 0.86% | - |
| HSV(B) | 246.09º | 0.27% | 1% | - |
| XYZ | 57.6 | 53.68 | 101.93 | - |
| YUV | 195.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 255 | 0.24 | 0.27 | 0 | 0 | 246.09 | 1 | 0.86 |
| Hex | C1 | BA | FF | 18 | 1B | 0 | 0 | F6 | 64 | 56 |
| Octal | 301 | 272 | 377 | 30 | 33 | 0 | 0 | 366 | 144 | 126 |
| Binary | 11000001 | 10111010 | 11111111 | 11000 | 11011 | 0 | 0 | 11110110 | 1100100 | 1010110 |
Color Harmonies of #C1BAFF
Complementary color
Monochromatic Colors of #C1BAFF
Black with #C1BAFF
Text Example
Text Example
White with #C1BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BAFF; }
p { color: rgb(193,186,255); }
H1.HeaderClassName
{
color: #C1BAFF;
}
.AnyTagClassName
{
color: #C1BAFF;
}
</style>
background-color css
<style>
a { background-color: #C1BAFF; }
a { background-color: rgb(193,186,255); }
div.DivClassName
{
background-color: #C1BAFF;
}
.BgClassName
{
background-color: #C1BAFF;
}
</style>
border-color css
<style>
span { border-color: #C1BAFF; }
span { border-color: rgb(193,186,255); }
td.TdClassName
{
border-color: #C1BAFF;
}
.TagClassName
{
border-color: #C1BAFF;
}
</style>