#BC7D9E

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

Shades of Bouquet #BC7D9E

Tints of Bouquet #BC7D9E

Color information

#BC7D9E (or 0xBC7D9E) is unknown color: approx Bouquet. HEX triplet: BC, 7D and 9E. RGB value is (188,125,158). Sum of RGB (Red+Green+Blue) = 188+125+158=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D9E is #438261. Grayscale: #939393. Windows color (decimal): -4424290 or 10386876. OLE color: 10386876.

HSL color Cylindrical-coordinate representation of color #BC7D9E: hue angle of 328.57º 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 #BC7D9E is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB188125158-
CMYK00.340.160.26
HSL328.57º31.98%61.37%-
HSV(B)328.57º33.51%73.73%-
XYZ34.2427.8335.91-
YUV147.6133.87156.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 158 (62.11% from 255) = 33.55%
R=39.92%
G=26.54%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812515800.340.160.26328.5731.9861.37
HexBC7D9E022101A149203d
Octal27417523604220325114075
Binary1011110011111011001111001000101000011010101001001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7D9E; }

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

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

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

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

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

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

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

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