Shades of Lavender Blue #C0BAFE
Tints of Lavender Blue #C0BAFE
RGB
CMYK
RGB Variations
Color information
#C0BAFE (or 0xC0BAFE) is known color: Lavender Blue. HEX triplet: C0, BA and FE. RGB value is (192,186,254). Sum of RGB (Red+Green+Blue) = 192+186+254=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAFE is #3F4501. Grayscale: #C3C3C3. Windows color (decimal): -4146434 or 16693952. OLE color: 16693952.
HSL color Cylindrical-coordinate representation of color #C0BAFE: hue angle of 245.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0BAFE is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 186 | 254 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.00 |
| HSL | 245.29º | 0.97% | 0.86% | - |
| HSV(B) | 245.29º | 0.27% | 1% | - |
| XYZ | 57.19 | 53.48 | 101.07 | - |
| YUV | 195.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 254 | 0.24 | 0.27 | 0 | 0.00 | 245.29 | 0.97 | 0.86 |
| Hex | C0 | BA | FE | 18 | 1B | 0 | 0 | F5 | 61 | 56 |
| Octal | 300 | 272 | 376 | 30 | 33 | 0 | 0 | 365 | 141 | 126 |
| Binary | 11000000 | 10111010 | 11111110 | 11000 | 11011 | 0 | 0 | 11110101 | 1100001 | 1010110 |
Color Harmonies of #C0BAFE
Complementary color
Monochromatic Colors of #C0BAFE
Black with #C0BAFE
Text Example
Text Example
White with #C0BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAFE; }
p { color: rgb(192,186,254); }
H1.HeaderClassName
{
color: #C0BAFE;
}
.AnyTagClassName
{
color: #C0BAFE;
}
</style>
background-color css
<style>
a { background-color: #C0BAFE; }
a { background-color: rgb(192,186,254); }
div.DivClassName
{
background-color: #C0BAFE;
}
.BgClassName
{
background-color: #C0BAFE;
}
</style>
border-color css
<style>
span { border-color: #C0BAFE; }
span { border-color: rgb(192,186,254); }
td.TdClassName
{
border-color: #C0BAFE;
}
.TagClassName
{
border-color: #C0BAFE;
}
</style>