Shades of Lavender Blue #C6BAFB
Tints of Lavender Blue #C6BAFB
RGB
CMYK
RGB Variations
Color information
#C6BAFB (or 0xC6BAFB) is known color: Lavender Blue. HEX triplet: C6, BA and FB. RGB value is (198,186,251). Sum of RGB (Red+Green+Blue) = 198+186+251=635 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.18% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAFB is #394504. Grayscale: #C4C4C4. Windows color (decimal): -3753221 or 16497350. OLE color: 16497350.
HSL color Cylindrical-coordinate representation of color #C6BAFB: hue angle of 251.08º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6BAFB is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 186 | 251 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.02 |
| HSL | 251.08º | 0.89% | 0.86% | - |
| HSV(B) | 251.08º | 0.26% | 0.98% | - |
| XYZ | 58.26 | 54.09 | 98.64 | - |
| YUV | 197 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 251 | 0.21 | 0.26 | 0 | 0.02 | 251.08 | 0.89 | 0.86 |
| Hex | C6 | BA | FB | 15 | 1A | 0 | 2 | FB | 59 | 56 |
| Octal | 306 | 272 | 373 | 25 | 32 | 0 | 2 | 373 | 131 | 126 |
| Binary | 11000110 | 10111010 | 11111011 | 10101 | 11010 | 0 | 10 | 11111011 | 1011001 | 1010110 |
Color Harmonies of #C6BAFB
Complementary color
Monochromatic Colors of #C6BAFB
Black with #C6BAFB
Text Example
Text Example
White with #C6BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAFB; }
p { color: rgb(198,186,251); }
H1.HeaderClassName
{
color: #C6BAFB;
}
.AnyTagClassName
{
color: #C6BAFB;
}
</style>
background-color css
<style>
a { background-color: #C6BAFB; }
a { background-color: rgb(198,186,251); }
div.DivClassName
{
background-color: #C6BAFB;
}
.BgClassName
{
background-color: #C6BAFB;
}
</style>
border-color css
<style>
span { border-color: #C6BAFB; }
span { border-color: rgb(198,186,251); }
td.TdClassName
{
border-color: #C6BAFB;
}
.TagClassName
{
border-color: #C6BAFB;
}
</style>