Shades of Lavender Blue #C6BEFA
Tints of Lavender Blue #C6BEFA
RGB
CMYK
RGB Variations
Color information
#C6BEFA (or 0xC6BEFA) is known color: Lavender Blue. HEX triplet: C6, BE and FA. RGB value is (198,190,250). Sum of RGB (Red+Green+Blue) = 198+190+250=638 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.03% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEFA is #394105. Grayscale: #C7C7C7. Windows color (decimal): -3752198 or 16432838. OLE color: 16432838.
HSL color Cylindrical-coordinate representation of color #C6BEFA: hue angle of 248º 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 #C6BEFA is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 198 | 190 | 250 | - |
CMYK | 0.21 | 0.24 | 0 | 0.02 |
HSL | 248º | 0.86% | 0.86% | - |
HSV(B) | 248º | 0.24% | 0.98% | - |
XYZ | 58.96 | 55.73 | 98.09 | - |
YUV | 199.23 | 156.65 | 127.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 190 | 250 | 0.21 | 0.24 | 0 | 0.02 | 248 | 0.86 | 0.86 |
Hex | C6 | BE | FA | 15 | 18 | 0 | 2 | F8 | 56 | 56 |
Octal | 306 | 276 | 372 | 25 | 30 | 0 | 2 | 370 | 126 | 126 |
Binary | 11000110 | 10111110 | 11111010 | 10101 | 11000 | 0 | 10 | 11111000 | 1010110 | 1010110 |
Color Harmonies of #C6BEFA
Complementary color
Monochromatic Colors of #C6BEFA
Black with #C6BEFA
Text Example
Text Example
White with #C6BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BEFA; }
p { color: rgb(198,190,250); }
H1.HeaderClassName
{
color: #C6BEFA;
}
.AnyTagClassName
{
color: #C6BEFA;
}
</style>
background-color css
<style>
a { background-color: #C6BEFA; }
a { background-color: rgb(198,190,250); }
div.DivClassName
{
background-color: #C6BEFA;
}
.BgClassName
{
background-color: #C6BEFA;
}
</style>
border-color css
<style>
span { border-color: #C6BEFA; }
span { border-color: rgb(198,190,250); }
td.TdClassName
{
border-color: #C6BEFA;
}
.TagClassName
{
border-color: #C6BEFA;
}
</style>