Shades of Lavender Blue #C1BFFA
Tints of Lavender Blue #C1BFFA
RGB
CMYK
RGB Variations
Color information
#C1BFFA (or 0xC1BFFA) is known color: Lavender Blue. HEX triplet: C1, BF and FA. RGB value is (193,191,250). Sum of RGB (Red+Green+Blue) = 193+191+250=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BFFA is #3E4005. Grayscale: #C6C6C6. Windows color (decimal): -4079622 or 16433089. OLE color: 16433089.
HSL color Cylindrical-coordinate representation of color #C1BFFA: hue angle of 242.03º degrees, saturation: 0.86, 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 #C1BFFA is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 191 | 250 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.02 |
| HSL | 242.03º | 0.86% | 0.86% | - |
| HSV(B) | 242.03º | 0.24% | 0.98% | - |
| XYZ | 57.88 | 55.5 | 98.1 | - |
| YUV | 198.32 | 157.16 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 250 | 0.23 | 0.24 | 0 | 0.02 | 242.03 | 0.86 | 0.86 |
| Hex | C1 | BF | FA | 17 | 18 | 0 | 2 | F2 | 56 | 56 |
| Octal | 301 | 277 | 372 | 27 | 30 | 0 | 2 | 362 | 126 | 126 |
| Binary | 11000001 | 10111111 | 11111010 | 10111 | 11000 | 0 | 10 | 11110010 | 1010110 | 1010110 |
Color Harmonies of #C1BFFA
Complementary color
Monochromatic Colors of #C1BFFA
Black with #C1BFFA
Text Example
Text Example
White with #C1BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFFA; }
p { color: rgb(193,191,250); }
H1.HeaderClassName
{
color: #C1BFFA;
}
.AnyTagClassName
{
color: #C1BFFA;
}
</style>
background-color css
<style>
a { background-color: #C1BFFA; }
a { background-color: rgb(193,191,250); }
div.DivClassName
{
background-color: #C1BFFA;
}
.BgClassName
{
background-color: #C1BFFA;
}
</style>
border-color css
<style>
span { border-color: #C1BFFA; }
span { border-color: rgb(193,191,250); }
td.TdClassName
{
border-color: #C1BFFA;
}
.TagClassName
{
border-color: #C1BFFA;
}
</style>