Shades of Lavender Blue #C1BCF3
Tints of Lavender Blue #C1BCF3
RGB
CMYK
RGB Variations
Color information
#C1BCF3 (or 0xC1BCF3) is known color: Lavender Blue. HEX triplet: C1, BC and F3. RGB value is (193,188,243). Sum of RGB (Red+Green+Blue) = 193+188+243=624 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.93% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BCF3 is #3E430C. Grayscale: #C3C3C3. Windows color (decimal): -4080397 or 15973569. OLE color: 15973569.
HSL color Cylindrical-coordinate representation of color #C1BCF3: hue angle of 245.45º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1BCF3 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 188 | 243 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.05 |
| HSL | 245.45º | 0.7% | 0.85% | - |
| HSV(B) | 245.45º | 0.23% | 0.95% | - |
| XYZ | 56.15 | 53.77 | 92.21 | - |
| YUV | 195.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 243 | 0.21 | 0.23 | 0 | 0.05 | 245.45 | 0.7 | 0.85 |
| Hex | C1 | BC | F3 | 15 | 17 | 0 | 5 | F5 | 46 | 55 |
| Octal | 301 | 274 | 363 | 25 | 27 | 0 | 5 | 365 | 106 | 125 |
| Binary | 11000001 | 10111100 | 11110011 | 10101 | 10111 | 0 | 101 | 11110101 | 1000110 | 1010101 |
Color Harmonies of #C1BCF3
Complementary color
Monochromatic Colors of #C1BCF3
Black with #C1BCF3
Text Example
Text Example
White with #C1BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCF3; }
p { color: rgb(193,188,243); }
H1.HeaderClassName
{
color: #C1BCF3;
}
.AnyTagClassName
{
color: #C1BCF3;
}
</style>
background-color css
<style>
a { background-color: #C1BCF3; }
a { background-color: rgb(193,188,243); }
div.DivClassName
{
background-color: #C1BCF3;
}
.BgClassName
{
background-color: #C1BCF3;
}
</style>
border-color css
<style>
span { border-color: #C1BCF3; }
span { border-color: rgb(193,188,243); }
td.TdClassName
{
border-color: #C1BCF3;
}
.TagClassName
{
border-color: #C1BCF3;
}
</style>