Shades of Lavender Blue #C0BEF3
Tints of Lavender Blue #C0BEF3
RGB
CMYK
RGB Variations
Color information
#C0BEF3 (or 0xC0BEF3) is known color: Lavender Blue. HEX triplet: C0, BE and F3. RGB value is (192,190,243). Sum of RGB (Red+Green+Blue) = 192+190+243=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0BEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEF3 is #3F410C. Grayscale: #C4C4C4. Windows color (decimal): -4145421 or 15974080. OLE color: 15974080.
HSL color Cylindrical-coordinate representation of color #C0BEF3: hue angle of 242.26º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0BEF3 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 190 | 243 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.05 |
| HSL | 242.26º | 0.69% | 0.85% | - |
| HSV(B) | 242.26º | 0.22% | 0.95% | - |
| XYZ | 56.33 | 54.5 | 92.35 | - |
| YUV | 196.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 243 | 0.21 | 0.22 | 0 | 0.05 | 242.26 | 0.69 | 0.85 |
| Hex | C0 | BE | F3 | 15 | 16 | 0 | 5 | F2 | 45 | 55 |
| Octal | 300 | 276 | 363 | 25 | 26 | 0 | 5 | 362 | 105 | 125 |
| Binary | 11000000 | 10111110 | 11110011 | 10101 | 10110 | 0 | 101 | 11110010 | 1000101 | 1010101 |
Color Harmonies of #C0BEF3
Complementary color
Monochromatic Colors of #C0BEF3
Black with #C0BEF3
Text Example
Text Example
White with #C0BEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEF3; }
p { color: rgb(192,190,243); }
H1.HeaderClassName
{
color: #C0BEF3;
}
.AnyTagClassName
{
color: #C0BEF3;
}
</style>
background-color css
<style>
a { background-color: #C0BEF3; }
a { background-color: rgb(192,190,243); }
div.DivClassName
{
background-color: #C0BEF3;
}
.BgClassName
{
background-color: #C0BEF3;
}
</style>
border-color css
<style>
span { border-color: #C0BEF3; }
span { border-color: rgb(192,190,243); }
td.TdClassName
{
border-color: #C0BEF3;
}
.TagClassName
{
border-color: #C0BEF3;
}
</style>