Shades of Perfume #CBABF2
Tints of Perfume #CBABF2
RGB
CMYK
RGB Variations
Color information
#CBABF2 (or 0xCBABF2) is known color: Perfume. HEX triplet: CB, AB and F2. RGB value is (203,171,242). Sum of RGB (Red+Green+Blue) = 203+171+242=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABF2 is #34540D. Grayscale: #BCBCBC. Windows color (decimal): -3429390 or 15903691. OLE color: 15903691.
HSL color Cylindrical-coordinate representation of color #CBABF2: hue angle of 267.04º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBABF2 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 171 | 242 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.05 |
| HSL | 267.04º | 0.73% | 0.81% | - |
| HSV(B) | 267.04º | 0.29% | 0.95% | - |
| XYZ | 55.22 | 48.23 | 90.4 | - |
| YUV | 188.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 242 | 0.16 | 0.29 | 0 | 0.05 | 267.04 | 0.73 | 0.81 |
| Hex | CB | AB | F2 | 10 | 1D | 0 | 5 | 10B | 49 | 51 |
| Octal | 313 | 253 | 362 | 20 | 35 | 0 | 5 | 413 | 111 | 121 |
| Binary | 11001011 | 10101011 | 11110010 | 10000 | 11101 | 0 | 101 | 100001011 | 1001001 | 1010001 |
Color Harmonies of #CBABF2
Complementary color
Monochromatic Colors of #CBABF2
Black with #CBABF2
Text Example
Text Example
White with #CBABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABF2; }
p { color: rgb(203,171,242); }
H1.HeaderClassName
{
color: #CBABF2;
}
.AnyTagClassName
{
color: #CBABF2;
}
</style>
background-color css
<style>
a { background-color: #CBABF2; }
a { background-color: rgb(203,171,242); }
div.DivClassName
{
background-color: #CBABF2;
}
.BgClassName
{
background-color: #CBABF2;
}
</style>
border-color css
<style>
span { border-color: #CBABF2; }
span { border-color: rgb(203,171,242); }
td.TdClassName
{
border-color: #CBABF2;
}
.TagClassName
{
border-color: #CBABF2;
}
</style>