Shades of Perfume #BC9CEE
Tints of Perfume #BC9CEE
RGB
CMYK
RGB Variations
Color information
#BC9CEE (or 0xBC9CEE) is known color: Perfume. HEX triplet: BC, 9C and EE. RGB value is (188,156,238). Sum of RGB (Red+Green+Blue) = 188+156+238=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC9CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9CEE is #436311. Grayscale: #AEAEAE. Windows color (decimal): -4416274 or 15637692. OLE color: 15637692.
HSL color Cylindrical-coordinate representation of color #BC9CEE: hue angle of 263.41º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC9CEE is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 156 | 238 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.07 |
| HSL | 263.41º | 0.71% | 0.77% | - |
| HSV(B) | 263.41º | 0.34% | 0.93% | - |
| XYZ | 48.06 | 40.64 | 86.2 | - |
| YUV | 174.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 238 | 0.21 | 0.34 | 0 | 0.07 | 263.41 | 0.71 | 0.77 |
| Hex | BC | 9C | EE | 15 | 22 | 0 | 7 | 107 | 47 | 4D |
| Octal | 274 | 234 | 356 | 25 | 42 | 0 | 7 | 407 | 107 | 115 |
| Binary | 10111100 | 10011100 | 11101110 | 10101 | 100010 | 0 | 111 | 100000111 | 1000111 | 1001101 |
Color Harmonies of #BC9CEE
Complementary color
Monochromatic Colors of #BC9CEE
Black with #BC9CEE
Text Example
Text Example
White with #BC9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CEE; }
p { color: rgb(188,156,238); }
H1.HeaderClassName
{
color: #BC9CEE;
}
.AnyTagClassName
{
color: #BC9CEE;
}
</style>
background-color css
<style>
a { background-color: #BC9CEE; }
a { background-color: rgb(188,156,238); }
div.DivClassName
{
background-color: #BC9CEE;
}
.BgClassName
{
background-color: #BC9CEE;
}
</style>
border-color css
<style>
span { border-color: #BC9CEE; }
span { border-color: rgb(188,156,238); }
td.TdClassName
{
border-color: #BC9CEE;
}
.TagClassName
{
border-color: #BC9CEE;
}
</style>