Shades of Lavender Blue #C1BCFD
Tints of Lavender Blue #C1BCFD
RGB
CMYK
RGB Variations
Color information
#C1BCFD (or 0xC1BCFD) is known color: Lavender Blue. HEX triplet: C1, BC and FD. RGB value is (193,188,253). Sum of RGB (Red+Green+Blue) = 193+188+253=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BCFD is #3E4302. Grayscale: #C4C4C4. Windows color (decimal): -4080387 or 16628929. OLE color: 16628929.
HSL color Cylindrical-coordinate representation of color #C1BCFD: hue angle of 244.62º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1BCFD is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 188 | 253 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.01 |
| HSL | 244.62º | 0.94% | 0.86% | - |
| HSV(B) | 244.62º | 0.26% | 0.99% | - |
| XYZ | 57.71 | 54.4 | 100.39 | - |
| YUV | 196.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 253 | 0.24 | 0.26 | 0 | 0.01 | 244.62 | 0.94 | 0.86 |
| Hex | C1 | BC | FD | 18 | 1A | 0 | 1 | F5 | 5E | 56 |
| Octal | 301 | 274 | 375 | 30 | 32 | 0 | 1 | 365 | 136 | 126 |
| Binary | 11000001 | 10111100 | 11111101 | 11000 | 11010 | 0 | 1 | 11110101 | 1011110 | 1010110 |
Color Harmonies of #C1BCFD
Complementary color
Monochromatic Colors of #C1BCFD
Black with #C1BCFD
Text Example
Text Example
White with #C1BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCFD; }
p { color: rgb(193,188,253); }
H1.HeaderClassName
{
color: #C1BCFD;
}
.AnyTagClassName
{
color: #C1BCFD;
}
</style>
background-color css
<style>
a { background-color: #C1BCFD; }
a { background-color: rgb(193,188,253); }
div.DivClassName
{
background-color: #C1BCFD;
}
.BgClassName
{
background-color: #C1BCFD;
}
</style>
border-color css
<style>
span { border-color: #C1BCFD; }
span { border-color: rgb(193,188,253); }
td.TdClassName
{
border-color: #C1BCFD;
}
.TagClassName
{
border-color: #C1BCFD;
}
</style>