Shades of Perfume #BC99DE
Tints of Perfume #BC99DE
RGB
CMYK
RGB Variations
Color information
#BC99DE (or 0xBC99DE) is known color: Perfume. HEX triplet: BC, 99 and DE. RGB value is (188,153,222). Sum of RGB (Red+Green+Blue) = 188+153+222=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC99DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99DE is #436621. Grayscale: #ABABAB. Windows color (decimal): -4417058 or 14588348. OLE color: 14588348.
HSL color Cylindrical-coordinate representation of color #BC99DE: hue angle of 270.43º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC99DE is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 153 | 222 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.13 |
| HSL | 270.43º | 0.51% | 0.74% | - |
| HSV(B) | 270.43º | 0.31% | 0.87% | - |
| XYZ | 45.32 | 38.75 | 74.2 | - |
| YUV | 171.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 222 | 0.15 | 0.31 | 0 | 0.13 | 270.43 | 0.51 | 0.74 |
| Hex | BC | 99 | DE | F | 1F | 0 | D | 10E | 33 | 4A |
| Octal | 274 | 231 | 336 | 17 | 37 | 0 | 15 | 416 | 63 | 112 |
| Binary | 10111100 | 10011001 | 11011110 | 1111 | 11111 | 0 | 1101 | 100001110 | 110011 | 1001010 |
Color Harmonies of #BC99DE
Complementary color
Monochromatic Colors of #BC99DE
Black with #BC99DE
Text Example
Text Example
White with #BC99DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99DE; }
p { color: rgb(188,153,222); }
H1.HeaderClassName
{
color: #BC99DE;
}
.AnyTagClassName
{
color: #BC99DE;
}
</style>
background-color css
<style>
a { background-color: #BC99DE; }
a { background-color: rgb(188,153,222); }
div.DivClassName
{
background-color: #BC99DE;
}
.BgClassName
{
background-color: #BC99DE;
}
</style>
border-color css
<style>
span { border-color: #BC99DE; }
span { border-color: rgb(188,153,222); }
td.TdClassName
{
border-color: #BC99DE;
}
.TagClassName
{
border-color: #BC99DE;
}
</style>