Shades of Lavender Blue #C0BCF9
Tints of Lavender Blue #C0BCF9
RGB
CMYK
RGB Variations
Color information
#C0BCF9 (or 0xC0BCF9) is known color: Lavender Blue. HEX triplet: C0, BC and F9. RGB value is (192,188,249). Sum of RGB (Red+Green+Blue) = 192+188+249=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0BCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCF9 is #3F4306. Grayscale: #C3C3C3. Windows color (decimal): -4145927 or 16366784. OLE color: 16366784.
HSL color Cylindrical-coordinate representation of color #C0BCF9: hue angle of 243.93º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0BCF9 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 188 | 249 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.02 |
| HSL | 243.93º | 0.84% | 0.86% | - |
| HSV(B) | 243.93º | 0.24% | 0.98% | - |
| XYZ | 56.82 | 54.01 | 97.05 | - |
| YUV | 196.15 | 157.83 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 249 | 0.23 | 0.24 | 0 | 0.02 | 243.93 | 0.84 | 0.86 |
| Hex | C0 | BC | F9 | 17 | 18 | 0 | 2 | F4 | 54 | 56 |
| Octal | 300 | 274 | 371 | 27 | 30 | 0 | 2 | 364 | 124 | 126 |
| Binary | 11000000 | 10111100 | 11111001 | 10111 | 11000 | 0 | 10 | 11110100 | 1010100 | 1010110 |
Color Harmonies of #C0BCF9
Complementary color
Monochromatic Colors of #C0BCF9
Black with #C0BCF9
Text Example
Text Example
White with #C0BCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCF9; }
p { color: rgb(192,188,249); }
H1.HeaderClassName
{
color: #C0BCF9;
}
.AnyTagClassName
{
color: #C0BCF9;
}
</style>
background-color css
<style>
a { background-color: #C0BCF9; }
a { background-color: rgb(192,188,249); }
div.DivClassName
{
background-color: #C0BCF9;
}
.BgClassName
{
background-color: #C0BCF9;
}
</style>
border-color css
<style>
span { border-color: #C0BCF9; }
span { border-color: rgb(192,188,249); }
td.TdClassName
{
border-color: #C0BCF9;
}
.TagClassName
{
border-color: #C0BCF9;
}
</style>