#BC9ED8

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

Shades of Perfume #BC9ED8

Tints of Perfume #BC9ED8

Color information

#BC9ED8 (or 0xBC9ED8) is unknown color: approx Perfume. HEX triplet: BC, 9E and D8. RGB value is (188,158,216). Sum of RGB (Red+Green+Blue) = 188+158+216=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC9ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ED8 is #436127. Grayscale: #ADADAD. Windows color (decimal): -4415784 or 14196412. OLE color: 14196412.

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

Color convert

RGB188158216-
CMYK0.130.2700.15
HSL271.03º42.65%73.33%-
HSV(B)271.03º26.85%84.71%-
XYZ45.3640.170.32-
YUV173.58151.94138.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 158 (62.11% from 255) = 28.11%
BLUE value IS 216 (84.77% from 255) = 38.43%
R=33.45%
G=28.11%
B=38.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881582160.130.2700.15271.0342.6573.33
HexBC9ED8D1B0F10f2b49
Octal274236330153301741753111
Binary101111001001111011011000110111011011111000011111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9ED8; }

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

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

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

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

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

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

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

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