#BC7DA2

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

Shades of Bouquet #BC7DA2

Tints of Bouquet #BC7DA2

Color information

#BC7DA2 (or 0xBC7DA2) is unknown color: approx Bouquet. HEX triplet: BC, 7D and A2. RGB value is (188,125,162). Sum of RGB (Red+Green+Blue) = 188+125+162=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7DA2 is #43825D. Grayscale: #939393. Windows color (decimal): -4424286 or 10649020. OLE color: 10649020.

HSL color Cylindrical-coordinate representation of color #BC7DA2: hue angle of 324.76º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7DA2 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB188125162-
CMYK00.340.140.26
HSL324.76º31.98%61.37%-
HSV(B)324.76º33.51%73.73%-
XYZ34.5927.9737.76-
YUV148.05135.87156.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 162 (63.67% from 255) = 34.11%
R=39.58%
G=26.32%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812516200.340.140.26324.7631.9861.37
HexBC7DA2022E1A145203d
Octal27417524204216325054075
Binary101111001111101101000100100010111011010101000101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DA2; }

 p { color: rgb(188,125,162); }

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

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

 a { background-color: rgb(188,125,162); }

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

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

 span { border-color: rgb(188,125,162); }

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