#BC7F9F

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

Shades of Bouquet #BC7F9F

Tints of Bouquet #BC7F9F

Color information

#BC7F9F (or 0xBC7F9F) is unknown color: approx Bouquet. HEX triplet: BC, 7F and 9F. RGB value is (188,127,159). Sum of RGB (Red+Green+Blue) = 188+127+159=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F9F is #438060. Grayscale: #949494. Windows color (decimal): -4423777 or 10452924. OLE color: 10452924.

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

Color convert

RGB188127159-
CMYK00.320.150.26
HSL328.52º31.28%61.76%-
HSV(B)328.52º32.45%73.73%-
XYZ34.5928.3736.45-
YUV148.89133.71155.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=39.66%
G=26.79%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812715900.320.150.26328.5231.2861.76
HexBC7F9F020F1A1491f3e
Octal27417723704017325113776
Binary10111100111111110011111010000011111101010100100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F9F; }

 p { color: rgb(188,127,159); }

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

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

 a { background-color: rgb(188,127,159); }

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

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

 span { border-color: rgb(188,127,159); }

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