Shades of Lavender Blue #C1BFEF
Tints of Lavender Blue #C1BFEF
RGB
CMYK
RGB Variations
Color information
#C1BFEF (or 0xC1BFEF) is known color: Lavender Blue. HEX triplet: C1, BF and EF. RGB value is (193,191,239). Sum of RGB (Red+Green+Blue) = 193+191+239=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BFEF is #3E4010. Grayscale: #C4C4C4. Windows color (decimal): -4079633 or 15712193. OLE color: 15712193.
HSL color Cylindrical-coordinate representation of color #C1BFEF: hue angle of 242.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1BFEF is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 191 | 239 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.06 |
| HSL | 242.5º | 0.6% | 0.84% | - |
| HSV(B) | 242.5º | 0.2% | 0.94% | - |
| XYZ | 56.2 | 54.83 | 89.28 | - |
| YUV | 197.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 239 | 0.19 | 0.20 | 0 | 0.06 | 242.5 | 0.6 | 0.84 |
| Hex | C1 | BF | EF | 13 | 14 | 0 | 6 | F2 | 3C | 54 |
| Octal | 301 | 277 | 357 | 23 | 24 | 0 | 6 | 362 | 74 | 124 |
| Binary | 11000001 | 10111111 | 11101111 | 10011 | 10100 | 0 | 110 | 11110010 | 111100 | 1010100 |
Color Harmonies of #C1BFEF
Complementary color
Monochromatic Colors of #C1BFEF
Black with #C1BFEF
Text Example
Text Example
White with #C1BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFEF; }
p { color: rgb(193,191,239); }
H1.HeaderClassName
{
color: #C1BFEF;
}
.AnyTagClassName
{
color: #C1BFEF;
}
</style>
background-color css
<style>
a { background-color: #C1BFEF; }
a { background-color: rgb(193,191,239); }
div.DivClassName
{
background-color: #C1BFEF;
}
.BgClassName
{
background-color: #C1BFEF;
}
</style>
border-color css
<style>
span { border-color: #C1BFEF; }
span { border-color: rgb(193,191,239); }
td.TdClassName
{
border-color: #C1BFEF;
}
.TagClassName
{
border-color: #C1BFEF;
}
</style>