#BC7FAB

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

Shades of Bouquet #BC7FAB

Tints of Bouquet #BC7FAB

Color information

#BC7FAB (or 0xBC7FAB) is unknown color: approx Bouquet. HEX triplet: BC, 7F and AB. RGB value is (188,127,171). Sum of RGB (Red+Green+Blue) = 188+127+171=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7FAB is #438054. Grayscale: #969696. Windows color (decimal): -4423765 or 11239356. OLE color: 11239356.

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

Color convert

RGB188127171-
CMYK00.320.090.26
HSL316.72º31.28%61.76%-
HSV(B)316.72º32.45%73.73%-
XYZ35.6828.8142.21-
YUV150.26139.71154.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 127 (50% from 255) = 26.13%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=38.68%
G=26.13%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812717100.320.090.26316.7231.2861.76
HexBC7FAB02091A13d1f3e
Octal27417725304011324753776
Binary10111100111111110101011010000010011101010011110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7FAB; }

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

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

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

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

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

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

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

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