Shades of Perfume #BDABCC
Tints of Perfume #BDABCC
RGB
CMYK
RGB Variations
Color information
#BDABCC (or 0xBDABCC) is known color: Perfume. HEX triplet: BD, AB and CC. RGB value is (189,171,204). Sum of RGB (Red+Green+Blue) = 189+171+204=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABCC is #425433. Grayscale: #B4B4B4. Windows color (decimal): -4346932 or 13413309. OLE color: 13413309.
HSL color Cylindrical-coordinate representation of color #BDABCC: hue angle of 272.73º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDABCC is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 171 | 204 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.2 |
| HSL | 272.73º | 0.24% | 0.74% | - |
| HSV(B) | 272.73º | 0.16% | 0.8% | - |
| XYZ | 46.45 | 44.3 | 63.23 | - |
| YUV | 180.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 204 | 0.07 | 0.16 | 0 | 0.2 | 272.73 | 0.24 | 0.74 |
| Hex | BD | AB | CC | 7 | 10 | 0 | 14 | 111 | 18 | 4A |
| Octal | 275 | 253 | 314 | 7 | 20 | 0 | 24 | 421 | 30 | 112 |
| Binary | 10111101 | 10101011 | 11001100 | 111 | 10000 | 0 | 10100 | 100010001 | 11000 | 1001010 |
Color Harmonies of #BDABCC
Complementary color
Monochromatic Colors of #BDABCC
Black with #BDABCC
Text Example
Text Example
White with #BDABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABCC; }
p { color: rgb(189,171,204); }
H1.HeaderClassName
{
color: #BDABCC;
}
.AnyTagClassName
{
color: #BDABCC;
}
</style>
background-color css
<style>
a { background-color: #BDABCC; }
a { background-color: rgb(189,171,204); }
div.DivClassName
{
background-color: #BDABCC;
}
.BgClassName
{
background-color: #BDABCC;
}
</style>
border-color css
<style>
span { border-color: #BDABCC; }
span { border-color: rgb(189,171,204); }
td.TdClassName
{
border-color: #BDABCC;
}
.TagClassName
{
border-color: #BDABCC;
}
</style>