Shades of Lavender Blue #C1BEF6
Tints of Lavender Blue #C1BEF6
RGB
CMYK
RGB Variations
Color information
#C1BEF6 (or 0xC1BEF6) is known color: Lavender Blue. HEX triplet: C1, BE and F6. RGB value is (193,190,246). Sum of RGB (Red+Green+Blue) = 193+190+246=629 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.68% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 246 - color contains mainly: blue. Hex color #C1BEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEF6 is #3E4109. Grayscale: #C5C5C5. Windows color (decimal): -4079882 or 16170689. OLE color: 16170689.
HSL color Cylindrical-coordinate representation of color #C1BEF6: hue angle of 243.21º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1BEF6 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 190 | 246 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.04 |
| HSL | 243.21º | 0.76% | 0.85% | - |
| HSV(B) | 243.21º | 0.23% | 0.96% | - |
| XYZ | 57.04 | 54.82 | 94.76 | - |
| YUV | 197.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 246 | 0.22 | 0.23 | 0 | 0.04 | 243.21 | 0.76 | 0.85 |
| Hex | C1 | BE | F6 | 16 | 17 | 0 | 4 | F3 | 4C | 55 |
| Octal | 301 | 276 | 366 | 26 | 27 | 0 | 4 | 363 | 114 | 125 |
| Binary | 11000001 | 10111110 | 11110110 | 10110 | 10111 | 0 | 100 | 11110011 | 1001100 | 1010101 |
Color Harmonies of #C1BEF6
Complementary color
Monochromatic Colors of #C1BEF6
Black with #C1BEF6
Text Example
Text Example
White with #C1BEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEF6; }
p { color: rgb(193,190,246); }
H1.HeaderClassName
{
color: #C1BEF6;
}
.AnyTagClassName
{
color: #C1BEF6;
}
</style>
background-color css
<style>
a { background-color: #C1BEF6; }
a { background-color: rgb(193,190,246); }
div.DivClassName
{
background-color: #C1BEF6;
}
.BgClassName
{
background-color: #C1BEF6;
}
</style>
border-color css
<style>
span { border-color: #C1BEF6; }
span { border-color: rgb(193,190,246); }
td.TdClassName
{
border-color: #C1BEF6;
}
.TagClassName
{
border-color: #C1BEF6;
}
</style>