#BC9FD1

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

Shades of Perfume #BC9FD1

Tints of Perfume #BC9FD1

Color information

#BC9FD1 (or 0xBC9FD1) is unknown color: approx Perfume. HEX triplet: BC, 9F and D1. RGB value is (188,159,209). Sum of RGB (Red+Green+Blue) = 188+159+209=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC9FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FD1 is #43602E. Grayscale: #ADADAD. Windows color (decimal): -4415535 or 13737916. OLE color: 13737916.

HSL color Cylindrical-coordinate representation of color #BC9FD1: hue angle of 274.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC9FD1 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188159209-
CMYK0.100.2400.18
HSL274.8º35.21%72.16%-
HSV(B)274.8º23.92%81.96%-
XYZ44.6540.0965.71-
YUV173.37148.11138.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 159 (62.5% from 255) = 28.60%
BLUE value IS 209 (82.03% from 255) = 37.59%
R=33.81%
G=28.60%
B=37.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881592090.100.2400.18274.835.2172.16
HexBC9FD1A180121132348
Octal274237321123002242343110
Binary1011110010011111110100011010110000100101000100111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FD1; }

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

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

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

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

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

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

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

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