Shades of Lavender Blue #C0BFFE
Tints of Lavender Blue #C0BFFE
RGB
CMYK
RGB Variations
Color information
#C0BFFE (or 0xC0BFFE) is known color: Lavender Blue. HEX triplet: C0, BF and FE. RGB value is (192,191,254). Sum of RGB (Red+Green+Blue) = 192+191+254=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BFFE is #3F4001. Grayscale: #C6C6C6. Windows color (decimal): -4145154 or 16695232. OLE color: 16695232.
HSL color Cylindrical-coordinate representation of color #C0BFFE: hue angle of 240.95º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0BFFE is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 191 | 254 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.00 |
| HSL | 240.95º | 0.97% | 0.87% | - |
| HSV(B) | 240.95º | 0.25% | 1% | - |
| XYZ | 58.26 | 55.62 | 101.43 | - |
| YUV | 198.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 254 | 0.24 | 0.25 | 0 | 0.00 | 240.95 | 0.97 | 0.87 |
| Hex | C0 | BF | FE | 18 | 19 | 0 | 0 | F1 | 61 | 57 |
| Octal | 300 | 277 | 376 | 30 | 31 | 0 | 0 | 361 | 141 | 127 |
| Binary | 11000000 | 10111111 | 11111110 | 11000 | 11001 | 0 | 0 | 11110001 | 1100001 | 1010111 |
Color Harmonies of #C0BFFE
Complementary color
Monochromatic Colors of #C0BFFE
Black with #C0BFFE
Text Example
Text Example
White with #C0BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFFE; }
p { color: rgb(192,191,254); }
H1.HeaderClassName
{
color: #C0BFFE;
}
.AnyTagClassName
{
color: #C0BFFE;
}
</style>
background-color css
<style>
a { background-color: #C0BFFE; }
a { background-color: rgb(192,191,254); }
div.DivClassName
{
background-color: #C0BFFE;
}
.BgClassName
{
background-color: #C0BFFE;
}
</style>
border-color css
<style>
span { border-color: #C0BFFE; }
span { border-color: rgb(192,191,254); }
td.TdClassName
{
border-color: #C0BFFE;
}
.TagClassName
{
border-color: #C0BFFE;
}
</style>