#BC74AB

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

Shades of Bouquet #BC74AB

Tints of Bouquet #BC74AB

Color information

#BC74AB (or 0xBC74AB) is unknown color: approx Bouquet. HEX triplet: BC, 74 and AB. RGB value is (188,116,171). Sum of RGB (Red+Green+Blue) = 188+116+171=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC74AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC74AB is #438B54. Grayscale: #8F8F8F. Windows color (decimal): -4426581 or 11236540. OLE color: 11236540.

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

Color convert

RGB188116171-
CMYK00.380.090.26
HSL314.17º34.95%59.61%-
HSV(B)314.17º38.3%73.73%-
XYZ34.3426.1241.76-
YUV143.8143.35159.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 171 (67.19% from 255) = 36%
R=39.58%
G=24.42%
B=36%

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
Decimal18811617100.380.090.26314.1734.9559.61
HexBC74AB02691A13a233c
Octal27416425304611324724374
Binary101111001110100101010110100110100111010100111010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC74AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC74AB; }

 p { color: rgb(188,116,171); }

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

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

 a { background-color: rgb(188,116,171); }

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

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

 span { border-color: rgb(188,116,171); }

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