Shades of Lavender Blue #C0BFF8
Tints of Lavender Blue #C0BFF8
RGB
CMYK
RGB Variations
Color information
#C0BFF8 (or 0xC0BFF8) is known color: Lavender Blue. HEX triplet: C0, BF and F8. RGB value is (192,191,248). Sum of RGB (Red+Green+Blue) = 192+191+248=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 248 - color contains mainly: blue. Hex color #C0BFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BFF8 is #3F4007. Grayscale: #C5C5C5. Windows color (decimal): -4145160 or 16302016. OLE color: 16302016.
HSL color Cylindrical-coordinate representation of color #C0BFF8: hue angle of 241.05º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0BFF8 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 191 | 248 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.03 |
| HSL | 241.05º | 0.8% | 0.86% | - |
| HSV(B) | 241.05º | 0.23% | 0.97% | - |
| XYZ | 57.31 | 55.25 | 96.45 | - |
| YUV | 197.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 248 | 0.23 | 0.23 | 0 | 0.03 | 241.05 | 0.8 | 0.86 |
| Hex | C0 | BF | F8 | 17 | 17 | 0 | 3 | F1 | 50 | 56 |
| Octal | 300 | 277 | 370 | 27 | 27 | 0 | 3 | 361 | 120 | 126 |
| Binary | 11000000 | 10111111 | 11111000 | 10111 | 10111 | 0 | 11 | 11110001 | 1010000 | 1010110 |
Color Harmonies of #C0BFF8
Complementary color
Monochromatic Colors of #C0BFF8
Black with #C0BFF8
Text Example
Text Example
White with #C0BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFF8; }
p { color: rgb(192,191,248); }
H1.HeaderClassName
{
color: #C0BFF8;
}
.AnyTagClassName
{
color: #C0BFF8;
}
</style>
background-color css
<style>
a { background-color: #C0BFF8; }
a { background-color: rgb(192,191,248); }
div.DivClassName
{
background-color: #C0BFF8;
}
.BgClassName
{
background-color: #C0BFF8;
}
</style>
border-color css
<style>
span { border-color: #C0BFF8; }
span { border-color: rgb(192,191,248); }
td.TdClassName
{
border-color: #C0BFF8;
}
.TagClassName
{
border-color: #C0BFF8;
}
</style>