Shades of Lavender Blue #C1BFFC
Tints of Lavender Blue #C1BFFC
RGB
CMYK
RGB Variations
Color information
#C1BFFC (or 0xC1BFFC) is known color: Lavender Blue. HEX triplet: C1, BF and FC. RGB value is (193,191,252). Sum of RGB (Red+Green+Blue) = 193+191+252=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1BFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BFFC is #3E4003. Grayscale: #C6C6C6. Windows color (decimal): -4079620 or 16564161. OLE color: 16564161.
HSL color Cylindrical-coordinate representation of color #C1BFFC: hue angle of 241.97º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1BFFC is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 191 | 252 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.01 |
| HSL | 241.97º | 0.91% | 0.87% | - |
| HSV(B) | 241.97º | 0.24% | 0.99% | - |
| XYZ | 58.19 | 55.63 | 99.77 | - |
| YUV | 198.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 252 | 0.23 | 0.24 | 0 | 0.01 | 241.97 | 0.91 | 0.87 |
| Hex | C1 | BF | FC | 17 | 18 | 0 | 1 | F2 | 5B | 57 |
| Octal | 301 | 277 | 374 | 27 | 30 | 0 | 1 | 362 | 133 | 127 |
| Binary | 11000001 | 10111111 | 11111100 | 10111 | 11000 | 0 | 1 | 11110010 | 1011011 | 1010111 |
Color Harmonies of #C1BFFC
Complementary color
Monochromatic Colors of #C1BFFC
Black with #C1BFFC
Text Example
Text Example
White with #C1BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFFC; }
p { color: rgb(193,191,252); }
H1.HeaderClassName
{
color: #C1BFFC;
}
.AnyTagClassName
{
color: #C1BFFC;
}
</style>
background-color css
<style>
a { background-color: #C1BFFC; }
a { background-color: rgb(193,191,252); }
div.DivClassName
{
background-color: #C1BFFC;
}
.BgClassName
{
background-color: #C1BFFC;
}
</style>
border-color css
<style>
span { border-color: #C1BFFC; }
span { border-color: rgb(193,191,252); }
td.TdClassName
{
border-color: #C1BFFC;
}
.TagClassName
{
border-color: #C1BFFC;
}
</style>