#BC9EE0

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

Shades of Perfume #BC9EE0

Tints of Perfume #BC9EE0

Color information

#BC9EE0 (or 0xBC9EE0) is unknown color: approx Perfume. HEX triplet: BC, 9E and E0. RGB value is (188,158,224). Sum of RGB (Red+Green+Blue) = 188+158+224=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC9EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EE0 is #43611F. Grayscale: #AEAEAE. Windows color (decimal): -4415776 or 14720700. OLE color: 14720700.

HSL color Cylindrical-coordinate representation of color #BC9EE0: hue angle of 267.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9EE0 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188158224-
CMYK0.160.2900.12
HSL267.27º51.56%74.9%-
HSV(B)267.27º29.46%87.84%-
XYZ46.4240.5375.9-
YUV174.49155.94137.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 158 (62.11% from 255) = 27.72%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=32.98%
G=27.72%
B=39.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881582240.160.2900.12267.2751.5674.9
HexBC9EE0101D0C10b344b
Octal274236340203501441364113
Binary1011110010011110111000001000011101011001000010111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9EE0; }

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

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

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

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

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

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

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

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