#BC97E4

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

Shades of Perfume #BC97E4

Tints of Perfume #BC97E4

Color information

#BC97E4 (or 0xBC97E4) is unknown color: approx Perfume. HEX triplet: BC, 97 and E4. RGB value is (188,151,228). Sum of RGB (Red+Green+Blue) = 188+151+228=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC97E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97E4 is #43681B. Grayscale: #AAAAAA. Windows color (decimal): -4417564 or 14981052. OLE color: 14981052.

HSL color Cylindrical-coordinate representation of color #BC97E4: hue angle of 268.83º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC97E4 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188151228-
CMYK0.180.3400.11
HSL268.83º58.78%74.31%-
HSV(B)268.83º33.77%89.41%-
XYZ45.8138.4378.4-
YUV170.84160.26140.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 228 (89.45% from 255) = 40.21%
R=33.16%
G=26.63%
B=40.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881512280.180.3400.11268.8358.7874.31
HexBC97E412220B10d3b4a
Octal274227344224201341573112
Binary10111100100101111110010010010100010010111000011011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97E4; }

 p { color: rgb(188,151,228); }

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

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

 a { background-color: rgb(188,151,228); }

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

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

 span { border-color: rgb(188,151,228); }

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