#BC78A5

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

Shades of Bouquet #BC78A5

Tints of Bouquet #BC78A5

Color information

#BC78A5 (or 0xBC78A5) is unknown color: approx Bouquet. HEX triplet: BC, 78 and A5. RGB value is (188,120,165). Sum of RGB (Red+Green+Blue) = 188+120+165=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC78A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC78A5 is #43875A. Grayscale: #919191. Windows color (decimal): -4425563 or 10844348. OLE color: 10844348.

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

Color convert

RGB188120165-
CMYK00.360.120.26
HSL320.29º33.66%60.39%-
HSV(B)320.29º36.17%73.73%-
XYZ34.2526.8438.97-
YUV145.46139.03158.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 120 (47.27% from 255) = 25.37%
BLUE value IS 165 (64.84% from 255) = 34.88%
R=39.75%
G=25.37%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812016500.360.120.26320.2933.6660.39
HexBC78A5024C1A140223c
Octal27417024504414325004274
Binary101111001111000101001010100100110011010101000000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC78A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC78A5; }

 p { color: rgb(188,120,165); }

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

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

 a { background-color: rgb(188,120,165); }

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

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

 span { border-color: rgb(188,120,165); }

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