#BC9ED3

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

Shades of Perfume #BC9ED3

Tints of Perfume #BC9ED3

Color information

#BC9ED3 (or 0xBC9ED3) is unknown color: approx Perfume. HEX triplet: BC, 9E and D3. RGB value is (188,158,211). Sum of RGB (Red+Green+Blue) = 188+158+211=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC9ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ED3 is #43612C. Grayscale: #ACACAC. Windows color (decimal): -4415789 or 13868732. OLE color: 13868732.

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

Color convert

RGB188158211-
CMYK0.110.2500.17
HSL273.96º37.59%72.35%-
HSV(B)273.96º25.12%82.75%-
XYZ44.7239.8566.96-
YUV173.01149.44138.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 158 (62.11% from 255) = 28.37%
BLUE value IS 211 (82.81% from 255) = 37.88%
R=33.75%
G=28.37%
B=37.88%

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
Decimal1881582110.110.2500.17273.9637.5972.35
HexBC9ED3B190111122648
Octal274236323133102142246110
Binary1011110010011110110100111011110010100011000100101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9ED3; }

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

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

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

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

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

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

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

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