Shades of Lavender Blue #C0BCFD
Tints of Lavender Blue #C0BCFD
RGB
CMYK
RGB Variations
Color information
#C0BCFD (or 0xC0BCFD) is known color: Lavender Blue. HEX triplet: C0, BC and FD. RGB value is (192,188,253). Sum of RGB (Red+Green+Blue) = 192+188+253=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCFD is #3F4302. Grayscale: #C4C4C4. Windows color (decimal): -4145923 or 16628928. OLE color: 16628928.
HSL color Cylindrical-coordinate representation of color #C0BCFD: hue angle of 243.69º degrees, saturation: 0.94, 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 #C0BCFD is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 188 | 253 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.01 |
| HSL | 243.69º | 0.94% | 0.86% | - |
| HSV(B) | 243.69º | 0.26% | 0.99% | - |
| XYZ | 57.45 | 54.26 | 100.37 | - |
| YUV | 196.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 253 | 0.24 | 0.26 | 0 | 0.01 | 243.69 | 0.94 | 0.86 |
| Hex | C0 | BC | FD | 18 | 1A | 0 | 1 | F4 | 5E | 56 |
| Octal | 300 | 274 | 375 | 30 | 32 | 0 | 1 | 364 | 136 | 126 |
| Binary | 11000000 | 10111100 | 11111101 | 11000 | 11010 | 0 | 1 | 11110100 | 1011110 | 1010110 |
Color Harmonies of #C0BCFD
Complementary color
Monochromatic Colors of #C0BCFD
Black with #C0BCFD
Text Example
Text Example
White with #C0BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCFD; }
p { color: rgb(192,188,253); }
H1.HeaderClassName
{
color: #C0BCFD;
}
.AnyTagClassName
{
color: #C0BCFD;
}
</style>
background-color css
<style>
a { background-color: #C0BCFD; }
a { background-color: rgb(192,188,253); }
div.DivClassName
{
background-color: #C0BCFD;
}
.BgClassName
{
background-color: #C0BCFD;
}
</style>
border-color css
<style>
span { border-color: #C0BCFD; }
span { border-color: rgb(192,188,253); }
td.TdClassName
{
border-color: #C0BCFD;
}
.TagClassName
{
border-color: #C0BCFD;
}
</style>