Shades of Lavender Blue #C1BCFE
Tints of Lavender Blue #C1BCFE
RGB
CMYK
RGB Variations
Color information
#C1BCFE (or 0xC1BCFE) is known color: Lavender Blue. HEX triplet: C1, BC and FE. RGB value is (193,188,254). Sum of RGB (Red+Green+Blue) = 193+188+254=635 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.39% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BCFE is #3E4301. Grayscale: #C4C4C4. Windows color (decimal): -4080386 or 16694465. OLE color: 16694465.
HSL color Cylindrical-coordinate representation of color #C1BCFE: hue angle of 244.55º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1BCFE is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 188 | 254 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.00 |
| HSL | 244.55º | 0.97% | 0.87% | - |
| HSV(B) | 244.55º | 0.26% | 1% | - |
| XYZ | 57.86 | 54.46 | 101.23 | - |
| YUV | 197.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 254 | 0.24 | 0.26 | 0 | 0.00 | 244.55 | 0.97 | 0.87 |
| Hex | C1 | BC | FE | 18 | 1A | 0 | 0 | F5 | 61 | 57 |
| Octal | 301 | 274 | 376 | 30 | 32 | 0 | 0 | 365 | 141 | 127 |
| Binary | 11000001 | 10111100 | 11111110 | 11000 | 11010 | 0 | 0 | 11110101 | 1100001 | 1010111 |
Color Harmonies of #C1BCFE
Complementary color
Monochromatic Colors of #C1BCFE
Black with #C1BCFE
Text Example
Text Example
White with #C1BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCFE; }
p { color: rgb(193,188,254); }
H1.HeaderClassName
{
color: #C1BCFE;
}
.AnyTagClassName
{
color: #C1BCFE;
}
</style>
background-color css
<style>
a { background-color: #C1BCFE; }
a { background-color: rgb(193,188,254); }
div.DivClassName
{
background-color: #C1BCFE;
}
.BgClassName
{
background-color: #C1BCFE;
}
</style>
border-color css
<style>
span { border-color: #C1BCFE; }
span { border-color: rgb(193,188,254); }
td.TdClassName
{
border-color: #C1BCFE;
}
.TagClassName
{
border-color: #C1BCFE;
}
</style>