#BC799F

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

Shades of Bouquet #BC799F

Tints of Bouquet #BC799F

Color information

#BC799F (or 0xBC799F) is unknown color: approx Bouquet. HEX triplet: BC, 79 and 9F. RGB value is (188,121,159). Sum of RGB (Red+Green+Blue) = 188+121+159=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC799F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC799F is #438660. Grayscale: #919191. Windows color (decimal): -4425313 or 10451388. OLE color: 10451388.

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

Color convert

RGB188121159-
CMYK00.360.150.26
HSL325.97º33.33%60.59%-
HSV(B)325.97º35.64%73.73%-
XYZ33.8326.8736.2-
YUV145.36135.7158.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=40.17%
G=25.85%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812115900.360.150.26325.9733.3360.59
HexBC799F024F1A146213d
Octal27417123704417325064175
Binary101111001111001100111110100100111111010101000110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC799F; }

 p { color: rgb(188,121,159); }

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

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

 a { background-color: rgb(188,121,159); }

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

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

 span { border-color: rgb(188,121,159); }

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