#BC72AC

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

Shades of Bouquet #BC72AC

Tints of Bouquet #BC72AC

Color information

#BC72AC (or 0xBC72AC) is unknown color: approx Bouquet. HEX triplet: BC, 72 and AC. RGB value is (188,114,172). Sum of RGB (Red+Green+Blue) = 188+114+172=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72AC is #438D53. Grayscale: #8E8E8E. Windows color (decimal): -4427092 or 11301564. OLE color: 11301564.

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

Color convert

RGB188114172-
CMYK00.390.090.26
HSL312.97º35.58%59.22%-
HSV(B)312.97º39.36%73.73%-
XYZ34.225.742.19-
YUV142.74144.52160.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 114 (44.92% from 255) = 24.05%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=39.66%
G=24.05%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811417200.390.090.26312.9735.5859.22
HexBC72AC02791A139243b
Octal27416225404711324714473
Binary101111001110010101011000100111100111010100111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72AC; }

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

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

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

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

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

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

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

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