Shades of Lavender Blue #C0BAFC
Tints of Lavender Blue #C0BAFC
RGB
CMYK
RGB Variations
Color information
#C0BAFC (or 0xC0BAFC) is known color: Lavender Blue. HEX triplet: C0, BA and FC. RGB value is (192,186,252). Sum of RGB (Red+Green+Blue) = 192+186+252=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0BAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAFC is #3F4503. Grayscale: #C3C3C3. Windows color (decimal): -4146436 or 16562880. OLE color: 16562880.
HSL color Cylindrical-coordinate representation of color #C0BAFC: hue angle of 245.45º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0BAFC is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 186 | 252 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.01 |
| HSL | 245.45º | 0.92% | 0.86% | - |
| HSV(B) | 245.45º | 0.26% | 0.99% | - |
| XYZ | 56.87 | 53.35 | 99.4 | - |
| YUV | 195.32 | 159.99 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 252 | 0.24 | 0.26 | 0 | 0.01 | 245.45 | 0.92 | 0.86 |
| Hex | C0 | BA | FC | 18 | 1A | 0 | 1 | F5 | 5C | 56 |
| Octal | 300 | 272 | 374 | 30 | 32 | 0 | 1 | 365 | 134 | 126 |
| Binary | 11000000 | 10111010 | 11111100 | 11000 | 11010 | 0 | 1 | 11110101 | 1011100 | 1010110 |
Color Harmonies of #C0BAFC
Complementary color
Monochromatic Colors of #C0BAFC
Black with #C0BAFC
Text Example
Text Example
White with #C0BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAFC; }
p { color: rgb(192,186,252); }
H1.HeaderClassName
{
color: #C0BAFC;
}
.AnyTagClassName
{
color: #C0BAFC;
}
</style>
background-color css
<style>
a { background-color: #C0BAFC; }
a { background-color: rgb(192,186,252); }
div.DivClassName
{
background-color: #C0BAFC;
}
.BgClassName
{
background-color: #C0BAFC;
}
</style>
border-color css
<style>
span { border-color: #C0BAFC; }
span { border-color: rgb(192,186,252); }
td.TdClassName
{
border-color: #C0BAFC;
}
.TagClassName
{
border-color: #C0BAFC;
}
</style>