#BC7CAB

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

Shades of Bouquet #BC7CAB

Tints of Bouquet #BC7CAB

Color information

#BC7CAB (or 0xBC7CAB) is unknown color: approx Bouquet. HEX triplet: BC, 7C and AB. RGB value is (188,124,171). Sum of RGB (Red+Green+Blue) = 188+124+171=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7CAB is #438354. Grayscale: #949494. Windows color (decimal): -4424533 or 11238588. OLE color: 11238588.

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

Color convert

RGB188124171-
CMYK00.340.090.26
HSL315.94º32.32%61.18%-
HSV(B)315.94º34.04%73.73%-
XYZ35.328.0542.08-
YUV148.49140.7156.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 124 (48.83% from 255) = 25.67%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=38.92%
G=25.67%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812417100.340.090.26315.9432.3261.18
HexBC7CAB02291A13c203d
Octal27417425304211324744075
Binary101111001111100101010110100010100111010100111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7CAB; }

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

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

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

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

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

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

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

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