#BC70AC

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

Shades of Bouquet #BC70AC

Tints of Bouquet #BC70AC

Color information

#BC70AC (or 0xBC70AC) is unknown color: approx Bouquet. HEX triplet: BC, 70 and AC. RGB value is (188,112,172). Sum of RGB (Red+Green+Blue) = 188+112+172=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC70AC is #438F53. Grayscale: #8D8D8D. Windows color (decimal): -4427604 or 11301052. OLE color: 11301052.

HSL color Cylindrical-coordinate representation of color #BC70AC: hue angle of 312.63º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC70AC is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188112172-
CMYK00.400.090.26
HSL312.63º36.19%58.82%-
HSV(B)312.63º40.43%73.73%-
XYZ33.9825.2642.11-
YUV141.56145.18161.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=39.83%
G=23.73%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811217200.400.090.26312.6336.1958.82
HexBC70AC02891A139243b
Octal27416025405011324714473
Binary101111001110000101011000101000100111010100111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC70AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC70AC; }

 p { color: rgb(188,112,172); }

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

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

 a { background-color: rgb(188,112,172); }

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

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

 span { border-color: rgb(188,112,172); }

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