#BC9AEC

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

Shades of Perfume #BC9AEC

Tints of Perfume #BC9AEC

Color information

#BC9AEC (or 0xBC9AEC) is unknown color: approx Perfume. HEX triplet: BC, 9A and EC. RGB value is (188,154,236). Sum of RGB (Red+Green+Blue) = 188+154+236=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC9AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9AEC is #436513. Grayscale: #ADADAD. Windows color (decimal): -4416788 or 15506108. OLE color: 15506108.

HSL color Cylindrical-coordinate representation of color #BC9AEC: hue angle of 264.88º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC9AEC is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188154236-
CMYK0.200.3500.07
HSL264.88º68.33%76.47%-
HSV(B)264.88º34.75%92.55%-
XYZ47.4339.8684.55-
YUV173.51163.26138.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 154 (60.55% from 255) = 26.64%
BLUE value IS 236 (92.58% from 255) = 40.83%
R=32.53%
G=26.64%
B=40.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881542360.200.3500.07264.8868.3376.47
HexBC9AEC142307109444c
Octal274232354244307411104114
Binary10111100100110101110110010100100011011110000100110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9AEC; }

 p { color: rgb(188,154,236); }

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

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

 a { background-color: rgb(188,154,236); }

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

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

 span { border-color: rgb(188,154,236); }

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