#BB809D

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

Shades of Bouquet #BB809D

Tints of Bouquet #BB809D

Color information

#BB809D (or 0xBB809D) is unknown color: approx Bouquet. HEX triplet: BB, 80 and 9D. RGB value is (187,128,157). Sum of RGB (Red+Green+Blue) = 187+128+157=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB809D is #447F62. Grayscale: #949494. Windows color (decimal): -4489059 or 10322107. OLE color: 10322107.

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

Color convert

RGB187128157-
CMYK00.320.160.27
HSL330.51º30.26%61.76%-
HSV(B)330.51º31.55%73.33%-
XYZ34.328.4435.58-
YUV148.95132.55155.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=39.62%
G=27.12%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712815700.320.160.27330.5130.2661.76
HexBB809D020101B14b1e3e
Octal27320023504020335133676
Binary1011101110000000100111010100000100001101110100101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB809D; }

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

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

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

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

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

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

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

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