#BC9EEC

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

Shades of Perfume #BC9EEC

Tints of Perfume #BC9EEC

Color information

#BC9EEC (or 0xBC9EEC) is unknown color: approx Perfume. HEX triplet: BC, 9E and EC. RGB value is (188,158,236). Sum of RGB (Red+Green+Blue) = 188+158+236=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC9EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9EEC is #436113. Grayscale: #AFAFAF. Windows color (decimal): -4415764 or 15507132. OLE color: 15507132.

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

Color convert

RGB188158236-
CMYK0.200.3300.07
HSL263.08º67.24%77.25%-
HSV(B)263.08º33.05%92.55%-
XYZ48.1141.284.77-
YUV175.86161.94136.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 158 (62.11% from 255) = 27.15%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=32.30%
G=27.15%
B=40.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881582360.200.3300.07263.0867.2477.25
HexBC9EEC142107107434d
Octal274236354244107407103115
Binary10111100100111101110110010100100001011110000011110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9EEC; }

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

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

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

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

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

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

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

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