#BB789F

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

Shades of Bouquet #BB789F

Tints of Bouquet #BB789F

Color information

#BB789F (or 0xBB789F) is unknown color: approx Bouquet. HEX triplet: BB, 78 and 9F. RGB value is (187,120,159). Sum of RGB (Red+Green+Blue) = 187+120+159=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB789F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB789F is #448760. Grayscale: #909090. Windows color (decimal): -4491105 or 10451131. OLE color: 10451131.

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

Color convert

RGB187120159-
CMYK00.360.150.27
HSL325.07º33%60.2%-
HSV(B)325.07º35.83%73.33%-
XYZ33.4726.536.15-
YUV144.48136.2158.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 159 (62.5% from 255) = 34.12%
R=40.13%
G=25.75%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712015900.360.150.27325.073360.2
HexBB789F024F1B145213c
Octal27317023704417335054174
Binary101110111111000100111110100100111111011101000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB789F; }

 p { color: rgb(187,120,159); }

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

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

 a { background-color: rgb(187,120,159); }

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

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

 span { border-color: rgb(187,120,159); }

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