#BC96E4

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

Shades of Perfume #BC96E4

Tints of Perfume #BC96E4

Color information

#BC96E4 (or 0xBC96E4) is unknown color: approx Perfume. HEX triplet: BC, 96 and E4. RGB value is (188,150,228). Sum of RGB (Red+Green+Blue) = 188+150+228=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC96E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96E4 is #43691B. Grayscale: #A9A9A9. Windows color (decimal): -4417820 or 14980796. OLE color: 14980796.

HSL color Cylindrical-coordinate representation of color #BC96E4: hue angle of 269.23º 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 #BC96E4 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188150228-
CMYK0.180.3400.11
HSL269.23º59.09%74.12%-
HSV(B)269.23º34.21%89.41%-
XYZ45.6538.1178.35-
YUV170.25160.59140.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 150 (58.98% from 255) = 26.50%
BLUE value IS 228 (89.45% from 255) = 40.28%
R=33.22%
G=26.50%
B=40.28%

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
Decimal1881502280.180.3400.11269.2359.0974.12
HexBC96E412220B10d3b4a
Octal274226344224201341573112
Binary10111100100101101110010010010100010010111000011011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC96E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC96E4; }

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

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

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

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

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

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

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

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