#BC7EAB

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

Shades of Bouquet #BC7EAB

Tints of Bouquet #BC7EAB

Color information

#BC7EAB (or 0xBC7EAB) is unknown color: approx Bouquet. HEX triplet: BC, 7E and AB. RGB value is (188,126,171). Sum of RGB (Red+Green+Blue) = 188+126+171=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7EAB is #438154. Grayscale: #959595. Windows color (decimal): -4424021 or 11239100. OLE color: 11239100.

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

Color convert

RGB188126171-
CMYK00.330.090.26
HSL316.45º31.63%61.57%-
HSV(B)316.45º32.98%73.73%-
XYZ35.5528.5542.17-
YUV149.67140.04155.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=38.76%
G=25.98%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812617100.330.090.26316.4531.6361.57
HexBC7EAB02191A13c203e
Octal27417625304111324744076
Binary101111001111110101010110100001100111010100111100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7EAB; }

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

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

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

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

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

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

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

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