Shades of Perfume #BDABCE
Tints of Perfume #BDABCE
RGB
CMYK
RGB Variations
Color information
#BDABCE (or 0xBDABCE) is known color: Perfume. HEX triplet: BD, AB and CE. RGB value is (189,171,206). Sum of RGB (Red+Green+Blue) = 189+171+206=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABCE is #425431. Grayscale: #B4B4B4. Windows color (decimal): -4346930 or 13544381. OLE color: 13544381.
HSL color Cylindrical-coordinate representation of color #BDABCE: hue angle of 270.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDABCE is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 171 | 206 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.19 |
| HSL | 270.86º | 0.26% | 0.74% | - |
| HSV(B) | 270.86º | 0.17% | 0.81% | - |
| XYZ | 46.69 | 44.4 | 64.5 | - |
| YUV | 180.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 206 | 0.08 | 0.17 | 0 | 0.19 | 270.86 | 0.26 | 0.74 |
| Hex | BD | AB | CE | 8 | 11 | 0 | 13 | 10F | 1A | 4A |
| Octal | 275 | 253 | 316 | 10 | 21 | 0 | 23 | 417 | 32 | 112 |
| Binary | 10111101 | 10101011 | 11001110 | 1000 | 10001 | 0 | 10011 | 100001111 | 11010 | 1001010 |
Color Harmonies of #BDABCE
Complementary color
Monochromatic Colors of #BDABCE
Black with #BDABCE
Text Example
Text Example
White with #BDABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABCE; }
p { color: rgb(189,171,206); }
H1.HeaderClassName
{
color: #BDABCE;
}
.AnyTagClassName
{
color: #BDABCE;
}
</style>
background-color css
<style>
a { background-color: #BDABCE; }
a { background-color: rgb(189,171,206); }
div.DivClassName
{
background-color: #BDABCE;
}
.BgClassName
{
background-color: #BDABCE;
}
</style>
border-color css
<style>
span { border-color: #BDABCE; }
span { border-color: rgb(189,171,206); }
td.TdClassName
{
border-color: #BDABCE;
}
.TagClassName
{
border-color: #BDABCE;
}
</style>