Shades of Lavender Blue #C6BAFC
Tints of Lavender Blue #C6BAFC
RGB
CMYK
RGB Variations
Color information
#C6BAFC (or 0xC6BAFC) is known color: Lavender Blue. HEX triplet: C6, BA and FC. RGB value is (198,186,252). Sum of RGB (Red+Green+Blue) = 198+186+252=636 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.13% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6BAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAFC is #394503. Grayscale: #C4C4C4. Windows color (decimal): -3753220 or 16562886. OLE color: 16562886.
HSL color Cylindrical-coordinate representation of color #C6BAFC: hue angle of 250.91º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6BAFC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 186 | 252 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.01 |
| HSL | 250.91º | 0.92% | 0.86% | - |
| HSV(B) | 250.91º | 0.26% | 0.99% | - |
| XYZ | 58.42 | 54.15 | 99.47 | - |
| YUV | 197.11 | 158.98 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 252 | 0.21 | 0.26 | 0 | 0.01 | 250.91 | 0.92 | 0.86 |
| Hex | C6 | BA | FC | 15 | 1A | 0 | 1 | FB | 5C | 56 |
| Octal | 306 | 272 | 374 | 25 | 32 | 0 | 1 | 373 | 134 | 126 |
| Binary | 11000110 | 10111010 | 11111100 | 10101 | 11010 | 0 | 1 | 11111011 | 1011100 | 1010110 |
Color Harmonies of #C6BAFC
Complementary color
Monochromatic Colors of #C6BAFC
Black with #C6BAFC
Text Example
Text Example
White with #C6BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAFC; }
p { color: rgb(198,186,252); }
H1.HeaderClassName
{
color: #C6BAFC;
}
.AnyTagClassName
{
color: #C6BAFC;
}
</style>
background-color css
<style>
a { background-color: #C6BAFC; }
a { background-color: rgb(198,186,252); }
div.DivClassName
{
background-color: #C6BAFC;
}
.BgClassName
{
background-color: #C6BAFC;
}
</style>
border-color css
<style>
span { border-color: #C6BAFC; }
span { border-color: rgb(198,186,252); }
td.TdClassName
{
border-color: #C6BAFC;
}
.TagClassName
{
border-color: #C6BAFC;
}
</style>