Shades of Lavender Blue #C8BEF6
Tints of Lavender Blue #C8BEF6
RGB
CMYK
RGB Variations
Color information
#C8BEF6 (or 0xC8BEF6) is known color: Lavender Blue. HEX triplet: C8, BE and F6. RGB value is (200,190,246). Sum of RGB (Red+Green+Blue) = 200+190+246=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #C8BEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEF6 is #374109. Grayscale: #C7C7C7. Windows color (decimal): -3621130 or 16170696. OLE color: 16170696.
HSL color Cylindrical-coordinate representation of color #C8BEF6: hue angle of 250.71º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8BEF6 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 190 | 246 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.04 |
| HSL | 250.71º | 0.76% | 0.85% | - |
| HSV(B) | 250.71º | 0.23% | 0.96% | - |
| XYZ | 58.87 | 55.76 | 94.85 | - |
| YUV | 199.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 246 | 0.19 | 0.23 | 0 | 0.04 | 250.71 | 0.76 | 0.85 |
| Hex | C8 | BE | F6 | 13 | 17 | 0 | 4 | FB | 4C | 55 |
| Octal | 310 | 276 | 366 | 23 | 27 | 0 | 4 | 373 | 114 | 125 |
| Binary | 11001000 | 10111110 | 11110110 | 10011 | 10111 | 0 | 100 | 11111011 | 1001100 | 1010101 |
Color Harmonies of #C8BEF6
Complementary color
Monochromatic Colors of #C8BEF6
Black with #C8BEF6
Text Example
Text Example
White with #C8BEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEF6; }
p { color: rgb(200,190,246); }
H1.HeaderClassName
{
color: #C8BEF6;
}
.AnyTagClassName
{
color: #C8BEF6;
}
</style>
background-color css
<style>
a { background-color: #C8BEF6; }
a { background-color: rgb(200,190,246); }
div.DivClassName
{
background-color: #C8BEF6;
}
.BgClassName
{
background-color: #C8BEF6;
}
</style>
border-color css
<style>
span { border-color: #C8BEF6; }
span { border-color: rgb(200,190,246); }
td.TdClassName
{
border-color: #C8BEF6;
}
.TagClassName
{
border-color: #C8BEF6;
}
</style>