Shades of Lavender Blue #C1BEF3
Tints of Lavender Blue #C1BEF3
RGB
CMYK
RGB Variations
Color information
#C1BEF3 (or 0xC1BEF3) is known color: Lavender Blue. HEX triplet: C1, BE and F3. RGB value is (193,190,243). Sum of RGB (Red+Green+Blue) = 193+190+243=626 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.83% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1BEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEF3 is #3E410C. Grayscale: #C4C4C4. Windows color (decimal): -4079885 or 15974081. OLE color: 15974081.
HSL color Cylindrical-coordinate representation of color #C1BEF3: hue angle of 243.4º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1BEF3 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 190 | 243 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.05 |
| HSL | 243.4º | 0.69% | 0.85% | - |
| HSV(B) | 243.4º | 0.22% | 0.95% | - |
| XYZ | 56.58 | 54.64 | 92.36 | - |
| YUV | 196.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 243 | 0.21 | 0.22 | 0 | 0.05 | 243.4 | 0.69 | 0.85 |
| Hex | C1 | BE | F3 | 15 | 16 | 0 | 5 | F3 | 45 | 55 |
| Octal | 301 | 276 | 363 | 25 | 26 | 0 | 5 | 363 | 105 | 125 |
| Binary | 11000001 | 10111110 | 11110011 | 10101 | 10110 | 0 | 101 | 11110011 | 1000101 | 1010101 |
Color Harmonies of #C1BEF3
Complementary color
Monochromatic Colors of #C1BEF3
Black with #C1BEF3
Text Example
Text Example
White with #C1BEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEF3; }
p { color: rgb(193,190,243); }
H1.HeaderClassName
{
color: #C1BEF3;
}
.AnyTagClassName
{
color: #C1BEF3;
}
</style>
background-color css
<style>
a { background-color: #C1BEF3; }
a { background-color: rgb(193,190,243); }
div.DivClassName
{
background-color: #C1BEF3;
}
.BgClassName
{
background-color: #C1BEF3;
}
</style>
border-color css
<style>
span { border-color: #C1BEF3; }
span { border-color: rgb(193,190,243); }
td.TdClassName
{
border-color: #C1BEF3;
}
.TagClassName
{
border-color: #C1BEF3;
}
</style>