#BC7FA8

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

Shades of Bouquet #BC7FA8

Tints of Bouquet #BC7FA8

Color information

#BC7FA8 (or 0xBC7FA8) is unknown color: approx Bouquet. HEX triplet: BC, 7F and A8. RGB value is (188,127,168). Sum of RGB (Red+Green+Blue) = 188+127+168=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7FA8 is #438057. Grayscale: #959595. Windows color (decimal): -4423768 or 11042748. OLE color: 11042748.

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

Color convert

RGB188127168-
CMYK00.320.110.26
HSL319.67º31.28%61.76%-
HSV(B)319.67º32.45%73.73%-
XYZ35.428.740.72-
YUV149.91138.21155.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 168 (66.02% from 255) = 34.78%
R=38.92%
G=26.29%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812716800.320.110.26319.6731.2861.76
HexBC7FA8020B1A1401f3e
Octal27417725004013325003776
Binary10111100111111110101000010000010111101010100000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7FA8; }

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

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

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

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

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

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

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

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