#BC98D9

Color #BC98D9 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BC98D9

Tints of Perfume #BC98D9

Color information

#BC98D9 (or 0xBC98D9) is unknown color: approx Perfume. HEX triplet: BC, 98 and D9. RGB value is (188,152,217). Sum of RGB (Red+Green+Blue) = 188+152+217=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC98D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98D9 is #436726. Grayscale: #A9A9A9. Windows color (decimal): -4417319 or 14260412. OLE color: 14260412.

HSL color Cylindrical-coordinate representation of color #BC98D9: hue angle of 273.23º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC98D9 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188152217-
CMYK0.130.3000.15
HSL273.23º46.1%72.35%-
HSV(B)273.23º29.95%85.1%-
XYZ44.4938.1670.67-
YUV170.17154.43140.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 152 (59.77% from 255) = 27.29%
BLUE value IS 217 (85.16% from 255) = 38.96%
R=33.75%
G=27.29%
B=38.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881522170.130.3000.15273.2346.172.35
HexBC98D9D1E0F1112e48
Octal274230331153601742156110
Binary101111001001100011011001110111110011111000100011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98D9; }

 p { color: rgb(188,152,217); }

 H1.HeaderClassName
 {
   color: #BC98D9;
 }
 .AnyTagClassName
 {
   color: #BC98D9;
 }
</style>
background-color css

<style>
 a { background-color: #BC98D9; }

 a { background-color: rgb(188,152,217); }

 div.DivClassName
 {
   background-color: #BC98D9;
 }
 .BgClassName
 {
   background-color: #BC98D9;
 }
</style>
border-color css

<style>
 span { border-color: #BC98D9; }

 span { border-color: rgb(188,152,217); }

 td.TdClassName
 {
   border-color: #BC98D9;
 }
 .TagClassName
 {
   border-color: #BC98D9;
 }
</style>