#BC9CD3

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

Shades of Perfume #BC9CD3

Tints of Perfume #BC9CD3

Color information

#BC9CD3 (or 0xBC9CD3) is unknown color: approx Perfume. HEX triplet: BC, 9C and D3. RGB value is (188,156,211). Sum of RGB (Red+Green+Blue) = 188+156+211=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC9CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CD3 is #43632C. Grayscale: #ABABAB. Windows color (decimal): -4416301 or 13868220. OLE color: 13868220.

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

Color convert

RGB188156211-
CMYK0.110.2600.17
HSL274.91º38.46%71.96%-
HSV(B)274.91º26.07%82.75%-
XYZ44.3939.1766.85-
YUV171.84150.1139.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 211 (82.81% from 255) = 38.02%
R=33.87%
G=28.11%
B=38.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881562110.110.2600.17274.9138.4671.96
HexBC9CD3B1A0111132648
Octal274234323133202142346110
Binary1011110010011100110100111011110100100011000100111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CD3; }

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

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

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

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

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

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

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

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