#BC9FE2

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

Shades of Perfume #BC9FE2

Tints of Perfume #BC9FE2

Color information

#BC9FE2 (or 0xBC9FE2) is unknown color: approx Perfume. HEX triplet: BC, 9F and E2. RGB value is (188,159,226). Sum of RGB (Red+Green+Blue) = 188+159+226=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 226 (88.67% from 255 or 39.44% from 573); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC9FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FE2 is #43601D. Grayscale: #AFAFAF. Windows color (decimal): -4415518 or 14852028. OLE color: 14852028.

HSL color Cylindrical-coordinate representation of color #BC9FE2: hue angle of 265.97º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC9FE2 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188159226-
CMYK0.170.3000.11
HSL265.97º53.6%75.49%-
HSV(B)265.97º29.65%88.63%-
XYZ46.8640.9877.39-
YUV175.31156.61137.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 159 (62.5% from 255) = 27.75%
BLUE value IS 226 (88.67% from 255) = 39.44%
R=32.81%
G=27.75%
B=39.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881592260.170.3000.11265.9753.675.49
HexBC9FE2111E0B10a364b
Octal274237342213601341266113
Binary1011110010011111111000101000111110010111000010101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FE2; }

 p { color: rgb(188,159,226); }

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

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

 a { background-color: rgb(188,159,226); }

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

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

 span { border-color: rgb(188,159,226); }

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