#BC9CD6

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

Shades of Perfume #BC9CD6

Tints of Perfume #BC9CD6

Color information

#BC9CD6 (or 0xBC9CD6) is unknown color: approx Perfume. HEX triplet: BC, 9C and D6. RGB value is (188,156,214). Sum of RGB (Red+Green+Blue) = 188+156+214=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC9CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CD6 is #436329. Grayscale: #ABABAB. Windows color (decimal): -4416298 or 14064828. OLE color: 14064828.

HSL color Cylindrical-coordinate representation of color #BC9CD6: hue angle of 273.1º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC9CD6 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188156214-
CMYK0.120.2700.16
HSL273.1º41.43%72.55%-
HSV(B)273.1º27.1%83.92%-
XYZ44.7739.3268.85-
YUV172.18151.6139.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 156 (61.33% from 255) = 27.96%
BLUE value IS 214 (83.98% from 255) = 38.35%
R=33.69%
G=27.96%
B=38.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881562140.120.2700.16273.141.4372.55
HexBC9CD6C1B0101112949
Octal274234326143302042151111
Binary1011110010011100110101101100110110100001000100011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CD6; }

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

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

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

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

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

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

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

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