Shades of Lavender Blue #C6BEF3
Tints of Lavender Blue #C6BEF3
RGB
CMYK
RGB Variations
Color information
#C6BEF3 (or 0xC6BEF3) is known color: Lavender Blue. HEX triplet: C6, BE and F3. RGB value is (198,190,243). Sum of RGB (Red+Green+Blue) = 198+190+243=631 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.38% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6BEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEF3 is #39410C. Grayscale: #C6C6C6. Windows color (decimal): -3752205 or 15974086. OLE color: 15974086.
HSL color Cylindrical-coordinate representation of color #C6BEF3: hue angle of 249.06º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6BEF3 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 190 | 243 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.05 |
| HSL | 249.06º | 0.69% | 0.85% | - |
| HSV(B) | 249.06º | 0.22% | 0.95% | - |
| XYZ | 57.88 | 55.3 | 92.42 | - |
| YUV | 198.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 243 | 0.19 | 0.22 | 0 | 0.05 | 249.06 | 0.69 | 0.85 |
| Hex | C6 | BE | F3 | 13 | 16 | 0 | 5 | F9 | 45 | 55 |
| Octal | 306 | 276 | 363 | 23 | 26 | 0 | 5 | 371 | 105 | 125 |
| Binary | 11000110 | 10111110 | 11110011 | 10011 | 10110 | 0 | 101 | 11111001 | 1000101 | 1010101 |
Color Harmonies of #C6BEF3
Complementary color
Monochromatic Colors of #C6BEF3
Black with #C6BEF3
Text Example
Text Example
White with #C6BEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BEF3; }
p { color: rgb(198,190,243); }
H1.HeaderClassName
{
color: #C6BEF3;
}
.AnyTagClassName
{
color: #C6BEF3;
}
</style>
background-color css
<style>
a { background-color: #C6BEF3; }
a { background-color: rgb(198,190,243); }
div.DivClassName
{
background-color: #C6BEF3;
}
.BgClassName
{
background-color: #C6BEF3;
}
</style>
border-color css
<style>
span { border-color: #C6BEF3; }
span { border-color: rgb(198,190,243); }
td.TdClassName
{
border-color: #C6BEF3;
}
.TagClassName
{
border-color: #C6BEF3;
}
</style>