#BC9FDF

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

Shades of Perfume #BC9FDF

Tints of Perfume #BC9FDF

Color information

#BC9FDF (or 0xBC9FDF) is unknown color: approx Perfume. HEX triplet: BC, 9F and DF. RGB value is (188,159,223). Sum of RGB (Red+Green+Blue) = 188+159+223=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FDF is #436020. Grayscale: #AEAEAE. Windows color (decimal): -4415521 or 14655420. OLE color: 14655420.

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

Color convert

RGB188159223-
CMYK0.160.2900.13
HSL267.19º50%74.9%-
HSV(B)267.19º28.7%87.45%-
XYZ46.4640.8275.24-
YUV174.97155.11137.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 159 (62.5% from 255) = 27.89%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=32.98%
G=27.89%
B=39.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881592230.160.2900.13267.195074.9
HexBC9FDF101D0D10b324b
Octal274237337203501541362113
Binary1011110010011111110111111000011101011011000010111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FDF; }

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

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

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

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

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

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

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

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