Shades of Perfume #B99CDC
Tints of Perfume #B99CDC
RGB
CMYK
RGB Variations
Color information
#B99CDC (or 0xB99CDC) is known color: Perfume. HEX triplet: B9, 9C and DC. RGB value is (185,156,220). Sum of RGB (Red+Green+Blue) = 185+156+220=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #B99CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CDC is #466323. Grayscale: #ABABAB. Windows color (decimal): -4612900 or 14458041. OLE color: 14458041.
HSL color Cylindrical-coordinate representation of color #B99CDC: hue angle of 267.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B99CDC is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 156 | 220 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.14 |
| HSL | 267.19º | 0.48% | 0.74% | - |
| HSV(B) | 267.19º | 0.29% | 0.86% | - |
| XYZ | 44.81 | 39.26 | 72.93 | - |
| YUV | 171.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 220 | 0.16 | 0.29 | 0 | 0.14 | 267.19 | 0.48 | 0.74 |
| Hex | B9 | 9C | DC | 10 | 1D | 0 | E | 10B | 30 | 4A |
| Octal | 271 | 234 | 334 | 20 | 35 | 0 | 16 | 413 | 60 | 112 |
| Binary | 10111001 | 10011100 | 11011100 | 10000 | 11101 | 0 | 1110 | 100001011 | 110000 | 1001010 |
Color Harmonies of #B99CDC
Complementary color
Monochromatic Colors of #B99CDC
Black with #B99CDC
Text Example
Text Example
White with #B99CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99CDC; }
p { color: rgb(185,156,220); }
H1.HeaderClassName
{
color: #B99CDC;
}
.AnyTagClassName
{
color: #B99CDC;
}
</style>
background-color css
<style>
a { background-color: #B99CDC; }
a { background-color: rgb(185,156,220); }
div.DivClassName
{
background-color: #B99CDC;
}
.BgClassName
{
background-color: #B99CDC;
}
</style>
border-color css
<style>
span { border-color: #B99CDC; }
span { border-color: rgb(185,156,220); }
td.TdClassName
{
border-color: #B99CDC;
}
.TagClassName
{
border-color: #B99CDC;
}
</style>