Shades of Lavender Blue #C1B5FC
Tints of Lavender Blue #C1B5FC
RGB
CMYK
RGB Variations
Color information
#C1B5FC (or 0xC1B5FC) is known color: Lavender Blue. HEX triplet: C1, B5 and FC. RGB value is (193,181,252). Sum of RGB (Red+Green+Blue) = 193+181+252=626 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.83% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1B5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B5FC is #3E4A03. Grayscale: #C0C0C0. Windows color (decimal): -4082180 or 16561601. OLE color: 16561601.
HSL color Cylindrical-coordinate representation of color #C1B5FC: hue angle of 250.14º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1B5FC is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 181 | 252 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.01 |
| HSL | 250.14º | 0.92% | 0.85% | - |
| HSV(B) | 250.14º | 0.28% | 0.99% | - |
| XYZ | 56.09 | 51.41 | 99.06 | - |
| YUV | 192.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 252 | 0.23 | 0.28 | 0 | 0.01 | 250.14 | 0.92 | 0.85 |
| Hex | C1 | B5 | FC | 17 | 1C | 0 | 1 | FA | 5C | 55 |
| Octal | 301 | 265 | 374 | 27 | 34 | 0 | 1 | 372 | 134 | 125 |
| Binary | 11000001 | 10110101 | 11111100 | 10111 | 11100 | 0 | 1 | 11111010 | 1011100 | 1010101 |
Color Harmonies of #C1B5FC
Complementary color
Monochromatic Colors of #C1B5FC
Black with #C1B5FC
Text Example
Text Example
White with #C1B5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B5FC; }
p { color: rgb(193,181,252); }
H1.HeaderClassName
{
color: #C1B5FC;
}
.AnyTagClassName
{
color: #C1B5FC;
}
</style>
background-color css
<style>
a { background-color: #C1B5FC; }
a { background-color: rgb(193,181,252); }
div.DivClassName
{
background-color: #C1B5FC;
}
.BgClassName
{
background-color: #C1B5FC;
}
</style>
border-color css
<style>
span { border-color: #C1B5FC; }
span { border-color: rgb(193,181,252); }
td.TdClassName
{
border-color: #C1B5FC;
}
.TagClassName
{
border-color: #C1B5FC;
}
</style>