#BB7DA9

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

Shades of Bouquet #BB7DA9

Tints of Bouquet #BB7DA9

Color information

#BB7DA9 (or 0xBB7DA9) is unknown color: approx Bouquet. HEX triplet: BB, 7D and A9. RGB value is (187,125,169). Sum of RGB (Red+Green+Blue) = 187+125+169=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7DA9 is #448256. Grayscale: #949494. Windows color (decimal): -4489815 or 11107771. OLE color: 11107771.

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

Color convert

RGB187125169-
CMYK00.330.100.27
HSL317.42º31.31%61.18%-
HSV(B)317.42º33.16%73.33%-
XYZ34.9928.141.12-
YUV148.55139.54155.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 169 (66.41% from 255) = 35.14%
R=38.88%
G=25.99%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712516900.330.100.27317.4231.3161.18
HexBB7DA9021A1B13d1f3d
Octal27317525104112334753775
Binary10111011111110110101001010000110101101110011110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DA9; }

 p { color: rgb(187,125,169); }

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

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

 a { background-color: rgb(187,125,169); }

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

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

 span { border-color: rgb(187,125,169); }

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