Shades of Lavender Blue #C0BEFD
Tints of Lavender Blue #C0BEFD
RGB
CMYK
RGB Variations
Color information
#C0BEFD (or 0xC0BEFD) is known color: Lavender Blue. HEX triplet: C0, BE and FD. RGB value is (192,190,253). Sum of RGB (Red+Green+Blue) = 192+190+253=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEFD is #3F4102. Grayscale: #C5C5C5. Windows color (decimal): -4145411 or 16629440. OLE color: 16629440.
HSL color Cylindrical-coordinate representation of color #C0BEFD: hue angle of 241.9º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0BEFD is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 190 | 253 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.01 |
| HSL | 241.9º | 0.94% | 0.87% | - |
| HSV(B) | 241.9º | 0.25% | 0.99% | - |
| XYZ | 57.88 | 55.13 | 100.52 | - |
| YUV | 197.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 253 | 0.24 | 0.25 | 0 | 0.01 | 241.9 | 0.94 | 0.87 |
| Hex | C0 | BE | FD | 18 | 19 | 0 | 1 | F2 | 5E | 57 |
| Octal | 300 | 276 | 375 | 30 | 31 | 0 | 1 | 362 | 136 | 127 |
| Binary | 11000000 | 10111110 | 11111101 | 11000 | 11001 | 0 | 1 | 11110010 | 1011110 | 1010111 |
Color Harmonies of #C0BEFD
Complementary color
Monochromatic Colors of #C0BEFD
Black with #C0BEFD
Text Example
Text Example
White with #C0BEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEFD; }
p { color: rgb(192,190,253); }
H1.HeaderClassName
{
color: #C0BEFD;
}
.AnyTagClassName
{
color: #C0BEFD;
}
</style>
background-color css
<style>
a { background-color: #C0BEFD; }
a { background-color: rgb(192,190,253); }
div.DivClassName
{
background-color: #C0BEFD;
}
.BgClassName
{
background-color: #C0BEFD;
}
</style>
border-color css
<style>
span { border-color: #C0BEFD; }
span { border-color: rgb(192,190,253); }
td.TdClassName
{
border-color: #C0BEFD;
}
.TagClassName
{
border-color: #C0BEFD;
}
</style>