#BC6EAA

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

Shades of Bouquet #BC6EAA

Tints of Bouquet #BC6EAA

Color information

#BC6EAA (or 0xBC6EAA) is unknown color: approx Bouquet. HEX triplet: BC, 6E and AA. RGB value is (188,110,170). Sum of RGB (Red+Green+Blue) = 188+110+170=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6EAA is #439155. Grayscale: #8B8B8B. Windows color (decimal): -4428118 or 11169468. OLE color: 11169468.

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

Color convert

RGB188110170-
CMYK00.410.100.26
HSL313.85º36.79%58.43%-
HSV(B)313.85º41.49%73.73%-
XYZ33.5724.7541.04-
YUV140.16144.84162.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 110 (43.36% from 255) = 23.50%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=40.17%
G=23.50%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811017000.410.100.26313.8536.7958.43
HexBC6EAA029A1A13a253a
Octal27415625205112324724572
Binary101111001101110101010100101001101011010100111010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6EAA; }

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

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

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

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

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

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

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

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