Shades of Perfume #C2ABEA
Tints of Perfume #C2ABEA
RGB
CMYK
RGB Variations
Color information
#C2ABEA (or 0xC2ABEA) is known color: Perfume. HEX triplet: C2, AB and EA. RGB value is (194,171,234). Sum of RGB (Red+Green+Blue) = 194+171+234=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABEA is #3D5415. Grayscale: #B8B8B8. Windows color (decimal): -4019222 or 15379394. OLE color: 15379394.
HSL color Cylindrical-coordinate representation of color #C2ABEA: hue angle of 261.9º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2ABEA is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 171 | 234 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.08 |
| HSL | 261.9º | 0.6% | 0.79% | - |
| HSV(B) | 261.9º | 0.27% | 0.92% | - |
| XYZ | 51.66 | 46.54 | 84.1 | - |
| YUV | 185.06 | 155.62 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 234 | 0.17 | 0.27 | 0 | 0.08 | 261.9 | 0.6 | 0.79 |
| Hex | C2 | AB | EA | 11 | 1B | 0 | 8 | 106 | 3C | 4F |
| Octal | 302 | 253 | 352 | 21 | 33 | 0 | 10 | 406 | 74 | 117 |
| Binary | 11000010 | 10101011 | 11101010 | 10001 | 11011 | 0 | 1000 | 100000110 | 111100 | 1001111 |
Color Harmonies of #C2ABEA
Complementary color
Monochromatic Colors of #C2ABEA
Black with #C2ABEA
Text Example
Text Example
White with #C2ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABEA; }
p { color: rgb(194,171,234); }
H1.HeaderClassName
{
color: #C2ABEA;
}
.AnyTagClassName
{
color: #C2ABEA;
}
</style>
background-color css
<style>
a { background-color: #C2ABEA; }
a { background-color: rgb(194,171,234); }
div.DivClassName
{
background-color: #C2ABEA;
}
.BgClassName
{
background-color: #C2ABEA;
}
</style>
border-color css
<style>
span { border-color: #C2ABEA; }
span { border-color: rgb(194,171,234); }
td.TdClassName
{
border-color: #C2ABEA;
}
.TagClassName
{
border-color: #C2ABEA;
}
</style>