Shades of Perfume #BC8AFD
Tints of Perfume #BC8AFD
RGB
CMYK
RGB Variations
Color information
#BC8AFD (or 0xBC8AFD) is known color: Perfume. HEX triplet: BC, 8A and FD. RGB value is (188,138,253). Sum of RGB (Red+Green+Blue) = 188+138+253=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC8AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8AFD is #437502. Grayscale: #A5A5A5. Windows color (decimal): -4420867 or 16616124. OLE color: 16616124.
HSL color Cylindrical-coordinate representation of color #BC8AFD: hue angle of 266.09º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC8AFD is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 138 | 253 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.01 |
| HSL | 266.09º | 0.97% | 0.77% | - |
| HSV(B) | 266.09º | 0.45% | 0.99% | - |
| XYZ | 47.56 | 35.96 | 97.36 | - |
| YUV | 166.06 | 177.07 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 253 | 0.26 | 0.45 | 0 | 0.01 | 266.09 | 0.97 | 0.77 |
| Hex | BC | 8A | FD | 1A | 2D | 0 | 1 | 10A | 61 | 4D |
| Octal | 274 | 212 | 375 | 32 | 55 | 0 | 1 | 412 | 141 | 115 |
| Binary | 10111100 | 10001010 | 11111101 | 11010 | 101101 | 0 | 1 | 100001010 | 1100001 | 1001101 |
Color Harmonies of #BC8AFD
Complementary color
Monochromatic Colors of #BC8AFD
Black with #BC8AFD
Text Example
Text Example
White with #BC8AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AFD; }
p { color: rgb(188,138,253); }
H1.HeaderClassName
{
color: #BC8AFD;
}
.AnyTagClassName
{
color: #BC8AFD;
}
</style>
background-color css
<style>
a { background-color: #BC8AFD; }
a { background-color: rgb(188,138,253); }
div.DivClassName
{
background-color: #BC8AFD;
}
.BgClassName
{
background-color: #BC8AFD;
}
</style>
border-color css
<style>
span { border-color: #BC8AFD; }
span { border-color: rgb(188,138,253); }
td.TdClassName
{
border-color: #BC8AFD;
}
.TagClassName
{
border-color: #BC8AFD;
}
</style>