Shades of Lavender Blue #C5BEF5
Tints of Lavender Blue #C5BEF5
RGB
CMYK
RGB Variations
Color information
#C5BEF5 (or 0xC5BEF5) is known color: Lavender Blue. HEX triplet: C5, BE and F5. RGB value is (197,190,245). Sum of RGB (Red+Green+Blue) = 197+190+245=632 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.17% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 245 - color contains mainly: blue. Hex color #C5BEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEF5 is #3A410A. Grayscale: #C6C6C6. Windows color (decimal): -3817739 or 16105157. OLE color: 16105157.
HSL color Cylindrical-coordinate representation of color #C5BEF5: hue angle of 247.64º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5BEF5 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 190 | 245 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.04 |
| HSL | 247.64º | 0.73% | 0.85% | - |
| HSV(B) | 247.64º | 0.22% | 0.96% | - |
| XYZ | 57.92 | 55.29 | 94.01 | - |
| YUV | 198.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 245 | 0.20 | 0.22 | 0 | 0.04 | 247.64 | 0.73 | 0.85 |
| Hex | C5 | BE | F5 | 14 | 16 | 0 | 4 | F8 | 49 | 55 |
| Octal | 305 | 276 | 365 | 24 | 26 | 0 | 4 | 370 | 111 | 125 |
| Binary | 11000101 | 10111110 | 11110101 | 10100 | 10110 | 0 | 100 | 11111000 | 1001001 | 1010101 |
Color Harmonies of #C5BEF5
Complementary color
Monochromatic Colors of #C5BEF5
Black with #C5BEF5
Text Example
Text Example
White with #C5BEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEF5; }
p { color: rgb(197,190,245); }
H1.HeaderClassName
{
color: #C5BEF5;
}
.AnyTagClassName
{
color: #C5BEF5;
}
</style>
background-color css
<style>
a { background-color: #C5BEF5; }
a { background-color: rgb(197,190,245); }
div.DivClassName
{
background-color: #C5BEF5;
}
.BgClassName
{
background-color: #C5BEF5;
}
</style>
border-color css
<style>
span { border-color: #C5BEF5; }
span { border-color: rgb(197,190,245); }
td.TdClassName
{
border-color: #C5BEF5;
}
.TagClassName
{
border-color: #C5BEF5;
}
</style>