#BC9FD8

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

Shades of Perfume #BC9FD8

Tints of Perfume #BC9FD8

Color information

#BC9FD8 (or 0xBC9FD8) is unknown color: approx Perfume. HEX triplet: BC, 9F and D8. RGB value is (188,159,216). Sum of RGB (Red+Green+Blue) = 188+159+216=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC9FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FD8 is #436027. Grayscale: #ADADAD. Windows color (decimal): -4415528 or 14196668. OLE color: 14196668.

HSL color Cylindrical-coordinate representation of color #BC9FD8: hue angle of 270.53º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC9FD8 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188159216-
CMYK0.130.2600.15
HSL270.53º42.22%73.53%-
HSV(B)270.53º26.39%84.71%-
XYZ45.5340.4570.37-
YUV174.17151.61137.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 216 (84.77% from 255) = 38.37%
R=33.39%
G=28.24%
B=38.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881592160.130.2600.15270.5342.2273.53
HexBC9FD8D1A0F10f2a4a
Octal274237330153201741752112
Binary101111001001111111011000110111010011111000011111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FD8; }

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

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

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

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

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

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

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

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