#BC7BAB

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

Shades of Bouquet #BC7BAB

Tints of Bouquet #BC7BAB

Color information

#BC7BAB (or 0xBC7BAB) is unknown color: approx Bouquet. HEX triplet: BC, 7B and AB. RGB value is (188,123,171). Sum of RGB (Red+Green+Blue) = 188+123+171=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7BAB is #438454. Grayscale: #939393. Windows color (decimal): -4424789 or 11238332. OLE color: 11238332.

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

Color convert

RGB188123171-
CMYK00.350.090.26
HSL315.69º32.66%60.98%-
HSV(B)315.69º34.57%73.73%-
XYZ35.1727.842.04-
YUV147.91141.03156.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 123 (48.44% from 255) = 25.52%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=39.00%
G=25.52%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812317100.350.090.26315.6932.6660.98
HexBC7BAB02391A13c213d
Octal27417325304311324744175
Binary101111001111011101010110100011100111010100111100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7BAB; }

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

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

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

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

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

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

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

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