Shades of Lavender Blue #C8BEFA
Tints of Lavender Blue #C8BEFA
RGB
CMYK
RGB Variations
Color information
#C8BEFA (or 0xC8BEFA) is known color: Lavender Blue. HEX triplet: C8, BE and FA. RGB value is (200,190,250). Sum of RGB (Red+Green+Blue) = 200+190+250=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEFA is #374105. Grayscale: #C7C7C7. Windows color (decimal): -3621126 or 16432840. OLE color: 16432840.
HSL color Cylindrical-coordinate representation of color #C8BEFA: hue angle of 250º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8BEFA is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 190 | 250 | - |
| CMYK | 0.2 | 0.24 | 0 | 0.02 |
| HSL | 250º | 0.86% | 0.86% | - |
| HSV(B) | 250º | 0.24% | 0.98% | - |
| XYZ | 59.49 | 56.01 | 98.12 | - |
| YUV | 199.83 | 156.31 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 250 | 0.2 | 0.24 | 0 | 0.02 | 250 | 0.86 | 0.86 |
| Hex | C8 | BE | FA | 14 | 18 | 0 | 2 | FA | 56 | 56 |
| Octal | 310 | 276 | 372 | 24 | 30 | 0 | 2 | 372 | 126 | 126 |
| Binary | 11001000 | 10111110 | 11111010 | 10100 | 11000 | 0 | 10 | 11111010 | 1010110 | 1010110 |
Color Harmonies of #C8BEFA
Complementary color
Monochromatic Colors of #C8BEFA
Black with #C8BEFA
Text Example
Text Example
White with #C8BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEFA; }
p { color: rgb(200,190,250); }
H1.HeaderClassName
{
color: #C8BEFA;
}
.AnyTagClassName
{
color: #C8BEFA;
}
</style>
background-color css
<style>
a { background-color: #C8BEFA; }
a { background-color: rgb(200,190,250); }
div.DivClassName
{
background-color: #C8BEFA;
}
.BgClassName
{
background-color: #C8BEFA;
}
</style>
border-color css
<style>
span { border-color: #C8BEFA; }
span { border-color: rgb(200,190,250); }
td.TdClassName
{
border-color: #C8BEFA;
}
.TagClassName
{
border-color: #C8BEFA;
}
</style>