#BC6EAB

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

Shades of Bouquet #BC6EAB

Tints of Bouquet #BC6EAB

Color information

#BC6EAB (or 0xBC6EAB) is unknown color: approx Bouquet. HEX triplet: BC, 6E and AB. RGB value is (188,110,171). Sum of RGB (Red+Green+Blue) = 188+110+171=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6EAB is #439154. Grayscale: #8C8C8C. Windows color (decimal): -4428117 or 11235004. OLE color: 11235004.

HSL color Cylindrical-coordinate representation of color #BC6EAB: hue angle of 313.08º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6EAB is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188110171-
CMYK00.410.090.26
HSL313.08º36.79%58.43%-
HSV(B)313.08º41.49%73.73%-
XYZ33.6724.7841.54-
YUV140.28145.34162.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=40.09%
G=23.45%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811017100.410.090.26313.0836.7958.43
HexBC6EAB02991A139253a
Octal27415625305111324714572
Binary101111001101110101010110101001100111010100111001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6EAB; }

 p { color: rgb(188,110,171); }

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

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

 a { background-color: rgb(188,110,171); }

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

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

 span { border-color: rgb(188,110,171); }

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