Shades of Lavender Blue #C1BCFA
Tints of Lavender Blue #C1BCFA
RGB
CMYK
RGB Variations
Color information
#C1BCFA (or 0xC1BCFA) is known color: Lavender Blue. HEX triplet: C1, BC and FA. RGB value is (193,188,250). Sum of RGB (Red+Green+Blue) = 193+188+250=631 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.59% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BCFA is #3E4305. Grayscale: #C4C4C4. Windows color (decimal): -4080390 or 16432321. OLE color: 16432321.
HSL color Cylindrical-coordinate representation of color #C1BCFA: hue angle of 244.84º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1BCFA is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 188 | 250 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.02 |
| HSL | 244.84º | 0.86% | 0.86% | - |
| HSV(B) | 244.84º | 0.25% | 0.98% | - |
| XYZ | 57.23 | 54.21 | 97.89 | - |
| YUV | 196.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 250 | 0.23 | 0.25 | 0 | 0.02 | 244.84 | 0.86 | 0.86 |
| Hex | C1 | BC | FA | 17 | 19 | 0 | 2 | F5 | 56 | 56 |
| Octal | 301 | 274 | 372 | 27 | 31 | 0 | 2 | 365 | 126 | 126 |
| Binary | 11000001 | 10111100 | 11111010 | 10111 | 11001 | 0 | 10 | 11110101 | 1010110 | 1010110 |
Color Harmonies of #C1BCFA
Complementary color
Monochromatic Colors of #C1BCFA
Black with #C1BCFA
Text Example
Text Example
White with #C1BCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCFA; }
p { color: rgb(193,188,250); }
H1.HeaderClassName
{
color: #C1BCFA;
}
.AnyTagClassName
{
color: #C1BCFA;
}
</style>
background-color css
<style>
a { background-color: #C1BCFA; }
a { background-color: rgb(193,188,250); }
div.DivClassName
{
background-color: #C1BCFA;
}
.BgClassName
{
background-color: #C1BCFA;
}
</style>
border-color css
<style>
span { border-color: #C1BCFA; }
span { border-color: rgb(193,188,250); }
td.TdClassName
{
border-color: #C1BCFA;
}
.TagClassName
{
border-color: #C1BCFA;
}
</style>