#BC6CAA

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

Shades of Bouquet #BC6CAA

Tints of Bouquet #BC6CAA

Color information

#BC6CAA (or 0xBC6CAA) is unknown color: approx Bouquet. HEX triplet: BC, 6C and AA. RGB value is (188,108,170). Sum of RGB (Red+Green+Blue) = 188+108+170=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6CAA is #439355. Grayscale: #8A8A8A. Windows color (decimal): -4428630 or 11168956. OLE color: 11168956.

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

Color convert

RGB188108170-
CMYK00.430.100.26
HSL313.5º37.38%58.04%-
HSV(B)313.5º42.55%73.73%-
XYZ33.3624.3240.97-
YUV138.99145.5162.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=40.34%
G=23.18%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810817000.430.100.26313.537.3858.04
HexBC6CAA02BA1A13a253a
Octal27415425205312324724572
Binary101111001101100101010100101011101011010100111010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CAA; }

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

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

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

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

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

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

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

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