#BC75AC

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

Shades of Bouquet #BC75AC

Tints of Bouquet #BC75AC

Color information

#BC75AC (or 0xBC75AC) is unknown color: approx Bouquet. HEX triplet: BC, 75 and AC. RGB value is (188,117,172). Sum of RGB (Red+Green+Blue) = 188+117+172=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC75AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC75AC is #438A53. Grayscale: #909090. Windows color (decimal): -4426324 or 11302332. OLE color: 11302332.

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

Color convert

RGB188117172-
CMYK00.380.090.26
HSL313.52º34.63%59.8%-
HSV(B)313.52º37.77%73.73%-
XYZ34.5526.3942.3-
YUV144.5143.52159.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 117 (46.09% from 255) = 24.53%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=39.41%
G=24.53%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811717200.380.090.26313.5234.6359.8
HexBC75AC02691A13a233c
Octal27416525404611324724374
Binary101111001110101101011000100110100111010100111010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75AC; }

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

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

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

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

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

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

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

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