Shades of Perfume #C2ABE8
Tints of Perfume #C2ABE8
RGB
CMYK
RGB Variations
Color information
#C2ABE8 (or 0xC2ABE8) is known color: Perfume. HEX triplet: C2, AB and E8. RGB value is (194,171,232). Sum of RGB (Red+Green+Blue) = 194+171+232=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2ABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABE8 is #3D5417. Grayscale: #B8B8B8. Windows color (decimal): -4019224 or 15248322. OLE color: 15248322.
HSL color Cylindrical-coordinate representation of color #C2ABE8: hue angle of 262.62º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2ABE8 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 194 | 171 | 232 | - |
CMYK | 0.16 | 0.26 | 0 | 0.09 |
HSL | 262.62º | 0.57% | 0.79% | - |
HSV(B) | 262.62º | 0.26% | 0.91% | - |
XYZ | 51.38 | 46.42 | 82.6 | - |
YUV | 184.83 | 154.62 | 134.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 171 | 232 | 0.16 | 0.26 | 0 | 0.09 | 262.62 | 0.57 | 0.79 |
Hex | C2 | AB | E8 | 10 | 1A | 0 | 9 | 107 | 39 | 4F |
Octal | 302 | 253 | 350 | 20 | 32 | 0 | 11 | 407 | 71 | 117 |
Binary | 11000010 | 10101011 | 11101000 | 10000 | 11010 | 0 | 1001 | 100000111 | 111001 | 1001111 |
Color Harmonies of #C2ABE8
Complementary color
Monochromatic Colors of #C2ABE8
Black with #C2ABE8
Text Example
Text Example
White with #C2ABE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABE8; }
p { color: rgb(194,171,232); }
H1.HeaderClassName
{
color: #C2ABE8;
}
.AnyTagClassName
{
color: #C2ABE8;
}
</style>
background-color css
<style>
a { background-color: #C2ABE8; }
a { background-color: rgb(194,171,232); }
div.DivClassName
{
background-color: #C2ABE8;
}
.BgClassName
{
background-color: #C2ABE8;
}
</style>
border-color css
<style>
span { border-color: #C2ABE8; }
span { border-color: rgb(194,171,232); }
td.TdClassName
{
border-color: #C2ABE8;
}
.TagClassName
{
border-color: #C2ABE8;
}
</style>