#BB809F

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

Shades of Bouquet #BB809F

Tints of Bouquet #BB809F

Color information

#BB809F (or 0xBB809F) is unknown color: approx Bouquet. HEX triplet: BB, 80 and 9F. RGB value is (187,128,159). Sum of RGB (Red+Green+Blue) = 187+128+159=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB809F is #447F60. Grayscale: #959595. Windows color (decimal): -4489057 or 10453179. OLE color: 10453179.

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

Color convert

RGB187128159-
CMYK00.320.150.27
HSL328.47º30.26%61.76%-
HSV(B)328.47º31.55%73.33%-
XYZ34.4728.5136.49-
YUV149.17133.55154.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=39.45%
G=27.00%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712815900.320.150.27328.4730.2661.76
HexBB809F020F1B1481e3e
Octal27320023704017335103676
Binary101110111000000010011111010000011111101110100100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB809F; }

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

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

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

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

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

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

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

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