Shades of Lavender Blue #C1BEFB
Tints of Lavender Blue #C1BEFB
RGB
CMYK
RGB Variations
Color information
#C1BEFB (or 0xC1BEFB) is known color: Lavender Blue. HEX triplet: C1, BE and FB. RGB value is (193,190,251). Sum of RGB (Red+Green+Blue) = 193+190+251=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1BEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEFB is #3E4104. Grayscale: #C5C5C5. Windows color (decimal): -4079877 or 16498369. OLE color: 16498369.
HSL color Cylindrical-coordinate representation of color #C1BEFB: hue angle of 242.95º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1BEFB is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 190 | 251 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.02 |
| HSL | 242.95º | 0.88% | 0.86% | - |
| HSV(B) | 242.95º | 0.24% | 0.98% | - |
| XYZ | 57.82 | 55.13 | 98.86 | - |
| YUV | 197.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 251 | 0.23 | 0.24 | 0 | 0.02 | 242.95 | 0.88 | 0.86 |
| Hex | C1 | BE | FB | 17 | 18 | 0 | 2 | F3 | 58 | 56 |
| Octal | 301 | 276 | 373 | 27 | 30 | 0 | 2 | 363 | 130 | 126 |
| Binary | 11000001 | 10111110 | 11111011 | 10111 | 11000 | 0 | 10 | 11110011 | 1011000 | 1010110 |
Color Harmonies of #C1BEFB
Complementary color
Monochromatic Colors of #C1BEFB
Black with #C1BEFB
Text Example
Text Example
White with #C1BEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEFB; }
p { color: rgb(193,190,251); }
H1.HeaderClassName
{
color: #C1BEFB;
}
.AnyTagClassName
{
color: #C1BEFB;
}
</style>
background-color css
<style>
a { background-color: #C1BEFB; }
a { background-color: rgb(193,190,251); }
div.DivClassName
{
background-color: #C1BEFB;
}
.BgClassName
{
background-color: #C1BEFB;
}
</style>
border-color css
<style>
span { border-color: #C1BEFB; }
span { border-color: rgb(193,190,251); }
td.TdClassName
{
border-color: #C1BEFB;
}
.TagClassName
{
border-color: #C1BEFB;
}
</style>