Shades of Lavender Blue #C0BEFF
Tints of Lavender Blue #C0BEFF
RGB
CMYK
RGB Variations
Color information
#C0BEFF (or 0xC0BEFF) is known color: Lavender Blue. HEX triplet: C0, BE and FF. RGB value is (192,190,255). Sum of RGB (Red+Green+Blue) = 192+190+255=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEFF is #3F4100. Grayscale: #C5C5C5. Windows color (decimal): -4145409 or 16760512. OLE color: 16760512.
HSL color Cylindrical-coordinate representation of color #C0BEFF: hue angle of 241.85º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0BEFF is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 190 | 255 | - |
| CMYK | 0.25 | 0.25 | 0 | 0 |
| HSL | 241.85º | 1% | 0.87% | - |
| HSV(B) | 241.85º | 0.25% | 1% | - |
| XYZ | 58.2 | 55.25 | 102.21 | - |
| YUV | 198.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 255 | 0.25 | 0.25 | 0 | 0 | 241.85 | 1 | 0.87 |
| Hex | C0 | BE | FF | 19 | 19 | 0 | 0 | F2 | 64 | 57 |
| Octal | 300 | 276 | 377 | 31 | 31 | 0 | 0 | 362 | 144 | 127 |
| Binary | 11000000 | 10111110 | 11111111 | 11001 | 11001 | 0 | 0 | 11110010 | 1100100 | 1010111 |
Color Harmonies of #C0BEFF
Complementary color
Monochromatic Colors of #C0BEFF
Black with #C0BEFF
Text Example
Text Example
White with #C0BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEFF; }
p { color: rgb(192,190,255); }
H1.HeaderClassName
{
color: #C0BEFF;
}
.AnyTagClassName
{
color: #C0BEFF;
}
</style>
background-color css
<style>
a { background-color: #C0BEFF; }
a { background-color: rgb(192,190,255); }
div.DivClassName
{
background-color: #C0BEFF;
}
.BgClassName
{
background-color: #C0BEFF;
}
</style>
border-color css
<style>
span { border-color: #C0BEFF; }
span { border-color: rgb(192,190,255); }
td.TdClassName
{
border-color: #C0BEFF;
}
.TagClassName
{
border-color: #C0BEFF;
}
</style>