#BC7DAB

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

Shades of Bouquet #BC7DAB

Tints of Bouquet #BC7DAB

Color information

#BC7DAB (or 0xBC7DAB) is unknown color: approx Bouquet. HEX triplet: BC, 7D and AB. RGB value is (188,125,171). Sum of RGB (Red+Green+Blue) = 188+125+171=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7DAB is #438254. Grayscale: #949494. Windows color (decimal): -4424277 or 11238844. OLE color: 11238844.

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

Color convert

RGB188125171-
CMYK00.340.090.26
HSL316.19º31.98%61.37%-
HSV(B)316.19º33.51%73.73%-
XYZ35.4228.342.12-
YUV149.08140.37155.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=38.84%
G=25.83%
B=35.33%

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
Decimal18812517100.340.090.26316.1931.9861.37
HexBC7DAB02291A13c203d
Octal27417525304211324744075
Binary101111001111101101010110100010100111010100111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DAB; }

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

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

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

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

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

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

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

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