Shades of Lavender Blue #C0BEF2
Tints of Lavender Blue #C0BEF2
RGB
CMYK
RGB Variations
Color information
#C0BEF2 (or 0xC0BEF2) is known color: Lavender Blue. HEX triplet: C0, BE and F2. RGB value is (192,190,242). Sum of RGB (Red+Green+Blue) = 192+190+242=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEF2 is #3F410D. Grayscale: #C4C4C4. Windows color (decimal): -4145422 or 15908544. OLE color: 15908544.
HSL color Cylindrical-coordinate representation of color #C0BEF2: hue angle of 242.31º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BEF2 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 190 | 242 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.05 |
| HSL | 242.31º | 0.67% | 0.85% | - |
| HSV(B) | 242.31º | 0.21% | 0.95% | - |
| XYZ | 56.18 | 54.44 | 91.55 | - |
| YUV | 196.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 242 | 0.21 | 0.21 | 0 | 0.05 | 242.31 | 0.67 | 0.85 |
| Hex | C0 | BE | F2 | 15 | 15 | 0 | 5 | F2 | 43 | 55 |
| Octal | 300 | 276 | 362 | 25 | 25 | 0 | 5 | 362 | 103 | 125 |
| Binary | 11000000 | 10111110 | 11110010 | 10101 | 10101 | 0 | 101 | 11110010 | 1000011 | 1010101 |
Color Harmonies of #C0BEF2
Complementary color
Monochromatic Colors of #C0BEF2
Black with #C0BEF2
Text Example
Text Example
White with #C0BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEF2; }
p { color: rgb(192,190,242); }
H1.HeaderClassName
{
color: #C0BEF2;
}
.AnyTagClassName
{
color: #C0BEF2;
}
</style>
background-color css
<style>
a { background-color: #C0BEF2; }
a { background-color: rgb(192,190,242); }
div.DivClassName
{
background-color: #C0BEF2;
}
.BgClassName
{
background-color: #C0BEF2;
}
</style>
border-color css
<style>
span { border-color: #C0BEF2; }
span { border-color: rgb(192,190,242); }
td.TdClassName
{
border-color: #C0BEF2;
}
.TagClassName
{
border-color: #C0BEF2;
}
</style>