Shades of Lavender Blue #C1BEF2
Tints of Lavender Blue #C1BEF2
RGB
CMYK
RGB Variations
Color information
#C1BEF2 (or 0xC1BEF2) is known color: Lavender Blue. HEX triplet: C1, BE and F2. RGB value is (193,190,242). Sum of RGB (Red+Green+Blue) = 193+190+242=625 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.88% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #C1BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEF2 is #3E410D. Grayscale: #C4C4C4. Windows color (decimal): -4079886 or 15908545. OLE color: 15908545.
HSL color Cylindrical-coordinate representation of color #C1BEF2: hue angle of 243.46º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1BEF2 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 190 | 242 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.05 |
| HSL | 243.46º | 0.67% | 0.85% | - |
| HSV(B) | 243.46º | 0.21% | 0.95% | - |
| XYZ | 56.43 | 54.58 | 91.56 | - |
| YUV | 196.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 242 | 0.20 | 0.21 | 0 | 0.05 | 243.46 | 0.67 | 0.85 |
| Hex | C1 | BE | F2 | 14 | 15 | 0 | 5 | F3 | 43 | 55 |
| Octal | 301 | 276 | 362 | 24 | 25 | 0 | 5 | 363 | 103 | 125 |
| Binary | 11000001 | 10111110 | 11110010 | 10100 | 10101 | 0 | 101 | 11110011 | 1000011 | 1010101 |
Color Harmonies of #C1BEF2
Complementary color
Monochromatic Colors of #C1BEF2
Black with #C1BEF2
Text Example
Text Example
White with #C1BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEF2; }
p { color: rgb(193,190,242); }
H1.HeaderClassName
{
color: #C1BEF2;
}
.AnyTagClassName
{
color: #C1BEF2;
}
</style>
background-color css
<style>
a { background-color: #C1BEF2; }
a { background-color: rgb(193,190,242); }
div.DivClassName
{
background-color: #C1BEF2;
}
.BgClassName
{
background-color: #C1BEF2;
}
</style>
border-color css
<style>
span { border-color: #C1BEF2; }
span { border-color: rgb(193,190,242); }
td.TdClassName
{
border-color: #C1BEF2;
}
.TagClassName
{
border-color: #C1BEF2;
}
</style>