Shades of Lavender Blue #C0B8FE
Tints of Lavender Blue #C0B8FE
RGB
CMYK
RGB Variations
Color information
#C0B8FE (or 0xC0B8FE) is known color: Lavender Blue. HEX triplet: C0, B8 and FE. RGB value is (192,184,254). Sum of RGB (Red+Green+Blue) = 192+184+254=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 184 (72.27% from 255 or 29.21% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0B8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B8FE is #3F4701. Grayscale: #C2C2C2. Windows color (decimal): -4146946 or 16693440. OLE color: 16693440.
HSL color Cylindrical-coordinate representation of color #C0B8FE: hue angle of 246.86º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0B8FE is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 184 | 254 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.00 |
| HSL | 246.86º | 0.97% | 0.86% | - |
| HSV(B) | 246.86º | 0.28% | 1% | - |
| XYZ | 56.77 | 52.64 | 100.94 | - |
| YUV | 194.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 254 | 0.24 | 0.28 | 0 | 0.00 | 246.86 | 0.97 | 0.86 |
| Hex | C0 | B8 | FE | 18 | 1C | 0 | 0 | F7 | 61 | 56 |
| Octal | 300 | 270 | 376 | 30 | 34 | 0 | 0 | 367 | 141 | 126 |
| Binary | 11000000 | 10111000 | 11111110 | 11000 | 11100 | 0 | 0 | 11110111 | 1100001 | 1010110 |
Color Harmonies of #C0B8FE
Complementary color
Monochromatic Colors of #C0B8FE
Black with #C0B8FE
Text Example
Text Example
White with #C0B8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B8FE; }
p { color: rgb(192,184,254); }
H1.HeaderClassName
{
color: #C0B8FE;
}
.AnyTagClassName
{
color: #C0B8FE;
}
</style>
background-color css
<style>
a { background-color: #C0B8FE; }
a { background-color: rgb(192,184,254); }
div.DivClassName
{
background-color: #C0B8FE;
}
.BgClassName
{
background-color: #C0B8FE;
}
</style>
border-color css
<style>
span { border-color: #C0B8FE; }
span { border-color: rgb(192,184,254); }
td.TdClassName
{
border-color: #C0B8FE;
}
.TagClassName
{
border-color: #C0B8FE;
}
</style>