#BC9FD4

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

Shades of Perfume #BC9FD4

Tints of Perfume #BC9FD4

Color information

#BC9FD4 (or 0xBC9FD4) is unknown color: approx Perfume. HEX triplet: BC, 9F and D4. RGB value is (188,159,212). Sum of RGB (Red+Green+Blue) = 188+159+212=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC9FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FD4 is #43602B. Grayscale: #ADADAD. Windows color (decimal): -4415532 or 13934524. OLE color: 13934524.

HSL color Cylindrical-coordinate representation of color #BC9FD4: hue angle of 272.83º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC9FD4 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188159212-
CMYK0.110.2500.17
HSL272.83º38.13%72.75%-
HSV(B)272.83º25%83.14%-
XYZ45.0240.2467.68-
YUV173.71149.61138.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 159 (62.5% from 255) = 28.44%
BLUE value IS 212 (83.20% from 255) = 37.92%
R=33.63%
G=28.44%
B=37.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881592120.110.2500.17272.8338.1372.75
HexBC9FD4B190111112649
Octal274237324133102142146111
Binary1011110010011111110101001011110010100011000100011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FD4; }

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

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

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

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

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

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

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

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