#BC9FD6

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

Shades of Perfume #BC9FD6

Tints of Perfume #BC9FD6

Color information

#BC9FD6 (or 0xBC9FD6) is unknown color: approx Perfume. HEX triplet: BC, 9F and D6. RGB value is (188,159,214). Sum of RGB (Red+Green+Blue) = 188+159+214=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC9FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FD6 is #436029. Grayscale: #ADADAD. Windows color (decimal): -4415530 or 14065596. OLE color: 14065596.

HSL color Cylindrical-coordinate representation of color #BC9FD6: hue angle of 271.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC9FD6 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188159214-
CMYK0.120.2600.16
HSL271.64º40.15%73.14%-
HSV(B)271.64º25.7%83.92%-
XYZ45.2740.3469.02-
YUV173.94150.61138.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 159 (62.5% from 255) = 28.34%
BLUE value IS 214 (83.98% from 255) = 38.15%
R=33.51%
G=28.34%
B=38.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881592140.120.2600.16271.6440.1573.14
HexBC9FD6C1A0101102849
Octal274237326143202042050111
Binary1011110010011111110101101100110100100001000100001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FD6; }

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

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

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

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

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

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

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

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