Shades of Lavender Blue #C1B5FB
Tints of Lavender Blue #C1B5FB
RGB
CMYK
RGB Variations
Color information
#C1B5FB (or 0xC1B5FB) is known color: Lavender Blue. HEX triplet: C1, B5 and FB. RGB value is (193,181,251). Sum of RGB (Red+Green+Blue) = 193+181+251=625 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.88% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1B5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B5FB is #3E4A04. Grayscale: #C0C0C0. Windows color (decimal): -4082181 or 16496065. OLE color: 16496065.
HSL color Cylindrical-coordinate representation of color #C1B5FB: hue angle of 250.29º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1B5FB is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 181 | 251 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.02 |
| HSL | 250.29º | 0.9% | 0.85% | - |
| HSV(B) | 250.29º | 0.28% | 0.98% | - |
| XYZ | 55.93 | 51.35 | 98.23 | - |
| YUV | 192.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 251 | 0.23 | 0.28 | 0 | 0.02 | 250.29 | 0.9 | 0.85 |
| Hex | C1 | B5 | FB | 17 | 1C | 0 | 2 | FA | 5A | 55 |
| Octal | 301 | 265 | 373 | 27 | 34 | 0 | 2 | 372 | 132 | 125 |
| Binary | 11000001 | 10110101 | 11111011 | 10111 | 11100 | 0 | 10 | 11111010 | 1011010 | 1010101 |
Color Harmonies of #C1B5FB
Complementary color
Monochromatic Colors of #C1B5FB
Black with #C1B5FB
Text Example
Text Example
White with #C1B5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B5FB; }
p { color: rgb(193,181,251); }
H1.HeaderClassName
{
color: #C1B5FB;
}
.AnyTagClassName
{
color: #C1B5FB;
}
</style>
background-color css
<style>
a { background-color: #C1B5FB; }
a { background-color: rgb(193,181,251); }
div.DivClassName
{
background-color: #C1B5FB;
}
.BgClassName
{
background-color: #C1B5FB;
}
</style>
border-color css
<style>
span { border-color: #C1B5FB; }
span { border-color: rgb(193,181,251); }
td.TdClassName
{
border-color: #C1B5FB;
}
.TagClassName
{
border-color: #C1B5FB;
}
</style>