#BC7CAA

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

Shades of Bouquet #BC7CAA

Tints of Bouquet #BC7CAA

Color information

#BC7CAA (or 0xBC7CAA) is unknown color: approx Bouquet. HEX triplet: BC, 7C and AA. RGB value is (188,124,170). Sum of RGB (Red+Green+Blue) = 188+124+170=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7CAA is #438355. Grayscale: #949494. Windows color (decimal): -4424534 or 11173052. OLE color: 11173052.

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

Color convert

RGB188124170-
CMYK00.340.100.26
HSL316.88º32.32%61.18%-
HSV(B)316.88º34.04%73.73%-
XYZ35.228.0141.58-
YUV148.38140.2156.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 124 (48.83% from 255) = 25.73%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=39.00%
G=25.73%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812417000.340.100.26316.8832.3261.18
HexBC7CAA022A1A13d203d
Octal27417425204212324754075
Binary101111001111100101010100100010101011010100111101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7CAA; }

 p { color: rgb(188,124,170); }

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

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

 a { background-color: rgb(188,124,170); }

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

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

 span { border-color: rgb(188,124,170); }

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