Shades of Lavender Blue #C2BAFB
Tints of Lavender Blue #C2BAFB
RGB
CMYK
RGB Variations
Color information
#C2BAFB (or 0xC2BAFB) is known color: Lavender Blue. HEX triplet: C2, BA and FB. RGB value is (194,186,251). Sum of RGB (Red+Green+Blue) = 194+186+251=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAFB is #3D4504. Grayscale: #C3C3C3. Windows color (decimal): -4015365 or 16497346. OLE color: 16497346.
HSL color Cylindrical-coordinate representation of color #C2BAFB: hue angle of 247.38º 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 #C2BAFB is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 186 | 251 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.02 |
| HSL | 247.38º | 0.89% | 0.86% | - |
| HSV(B) | 247.38º | 0.26% | 0.98% | - |
| XYZ | 57.22 | 53.55 | 98.59 | - |
| YUV | 195.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 251 | 0.23 | 0.26 | 0 | 0.02 | 247.38 | 0.89 | 0.86 |
| Hex | C2 | BA | FB | 17 | 1A | 0 | 2 | F7 | 59 | 56 |
| Octal | 302 | 272 | 373 | 27 | 32 | 0 | 2 | 367 | 131 | 126 |
| Binary | 11000010 | 10111010 | 11111011 | 10111 | 11010 | 0 | 10 | 11110111 | 1011001 | 1010110 |
Color Harmonies of #C2BAFB
Complementary color
Monochromatic Colors of #C2BAFB
Black with #C2BAFB
Text Example
Text Example
White with #C2BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAFB; }
p { color: rgb(194,186,251); }
H1.HeaderClassName
{
color: #C2BAFB;
}
.AnyTagClassName
{
color: #C2BAFB;
}
</style>
background-color css
<style>
a { background-color: #C2BAFB; }
a { background-color: rgb(194,186,251); }
div.DivClassName
{
background-color: #C2BAFB;
}
.BgClassName
{
background-color: #C2BAFB;
}
</style>
border-color css
<style>
span { border-color: #C2BAFB; }
span { border-color: rgb(194,186,251); }
td.TdClassName
{
border-color: #C2BAFB;
}
.TagClassName
{
border-color: #C2BAFB;
}
</style>