Shades of Lavender Blue #C0BFEF
Tints of Lavender Blue #C0BFEF
RGB
CMYK
RGB Variations
Color information
#C0BFEF (or 0xC0BFEF) is known color: Lavender Blue. HEX triplet: C0, BF and EF. RGB value is (192,191,239). Sum of RGB (Red+Green+Blue) = 192+191+239=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BFEF is #3F4010. Grayscale: #C4C4C4. Windows color (decimal): -4145169 or 15712192. OLE color: 15712192.
HSL color Cylindrical-coordinate representation of color #C0BFEF: hue angle of 241.25º 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 #C0BFEF is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 191 | 239 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.06 |
| HSL | 241.25º | 0.6% | 0.84% | - |
| HSV(B) | 241.25º | 0.2% | 0.94% | - |
| XYZ | 55.95 | 54.7 | 89.27 | - |
| YUV | 196.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 239 | 0.20 | 0.20 | 0 | 0.06 | 241.25 | 0.6 | 0.84 |
| Hex | C0 | BF | EF | 14 | 14 | 0 | 6 | F1 | 3C | 54 |
| Octal | 300 | 277 | 357 | 24 | 24 | 0 | 6 | 361 | 74 | 124 |
| Binary | 11000000 | 10111111 | 11101111 | 10100 | 10100 | 0 | 110 | 11110001 | 111100 | 1010100 |
Color Harmonies of #C0BFEF
Complementary color
Monochromatic Colors of #C0BFEF
Black with #C0BFEF
Text Example
Text Example
White with #C0BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFEF; }
p { color: rgb(192,191,239); }
H1.HeaderClassName
{
color: #C0BFEF;
}
.AnyTagClassName
{
color: #C0BFEF;
}
</style>
background-color css
<style>
a { background-color: #C0BFEF; }
a { background-color: rgb(192,191,239); }
div.DivClassName
{
background-color: #C0BFEF;
}
.BgClassName
{
background-color: #C0BFEF;
}
</style>
border-color css
<style>
span { border-color: #C0BFEF; }
span { border-color: rgb(192,191,239); }
td.TdClassName
{
border-color: #C0BFEF;
}
.TagClassName
{
border-color: #C0BFEF;
}
</style>