Shades of Lavender Blue #C2BAFD
Tints of Lavender Blue #C2BAFD
RGB
CMYK
RGB Variations
Color information
#C2BAFD (or 0xC2BAFD) is known color: Lavender Blue. HEX triplet: C2, BA and FD. RGB value is (194,186,253). Sum of RGB (Red+Green+Blue) = 194+186+253=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAFD is #3D4502. Grayscale: #C3C3C3. Windows color (decimal): -4015363 or 16628418. OLE color: 16628418.
HSL color Cylindrical-coordinate representation of color #C2BAFD: hue angle of 247.16º degrees, saturation: 0.94, 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 #C2BAFD is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 186 | 253 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.01 |
| HSL | 247.16º | 0.94% | 0.86% | - |
| HSV(B) | 247.16º | 0.26% | 0.99% | - |
| XYZ | 57.54 | 53.68 | 100.26 | - |
| YUV | 196.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 253 | 0.23 | 0.26 | 0 | 0.01 | 247.16 | 0.94 | 0.86 |
| Hex | C2 | BA | FD | 17 | 1A | 0 | 1 | F7 | 5E | 56 |
| Octal | 302 | 272 | 375 | 27 | 32 | 0 | 1 | 367 | 136 | 126 |
| Binary | 11000010 | 10111010 | 11111101 | 10111 | 11010 | 0 | 1 | 11110111 | 1011110 | 1010110 |
Color Harmonies of #C2BAFD
Complementary color
Monochromatic Colors of #C2BAFD
Black with #C2BAFD
Text Example
Text Example
White with #C2BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAFD; }
p { color: rgb(194,186,253); }
H1.HeaderClassName
{
color: #C2BAFD;
}
.AnyTagClassName
{
color: #C2BAFD;
}
</style>
background-color css
<style>
a { background-color: #C2BAFD; }
a { background-color: rgb(194,186,253); }
div.DivClassName
{
background-color: #C2BAFD;
}
.BgClassName
{
background-color: #C2BAFD;
}
</style>
border-color css
<style>
span { border-color: #C2BAFD; }
span { border-color: rgb(194,186,253); }
td.TdClassName
{
border-color: #C2BAFD;
}
.TagClassName
{
border-color: #C2BAFD;
}
</style>