#BC77AB

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

Shades of Bouquet #BC77AB

Tints of Bouquet #BC77AB

Color information

#BC77AB (or 0xBC77AB) is unknown color: approx Bouquet. HEX triplet: BC, 77 and AB. RGB value is (188,119,171). Sum of RGB (Red+Green+Blue) = 188+119+171=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77AB is #438854. Grayscale: #919191. Windows color (decimal): -4425813 or 11237308. OLE color: 11237308.

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

Color convert

RGB188119171-
CMYK00.370.090.26
HSL314.78º33.99%60.2%-
HSV(B)314.78º36.7%73.73%-
XYZ34.6926.8341.88-
YUV145.56142.36158.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 119 (46.88% from 255) = 24.90%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=39.33%
G=24.90%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811917100.370.090.26314.7833.9960.2
HexBC77AB02591A13b223c
Octal27416725304511324734274
Binary101111001110111101010110100101100111010100111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77AB; }

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

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

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

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

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

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

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

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