#BB7DA1

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

Shades of Bouquet #BB7DA1

Tints of Bouquet #BB7DA1

Color information

#BB7DA1 (or 0xBB7DA1) is unknown color: approx Bouquet. HEX triplet: BB, 7D and A1. RGB value is (187,125,161). Sum of RGB (Red+Green+Blue) = 187+125+161=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7DA1 is #44825E. Grayscale: #939393. Windows color (decimal): -4489823 or 10583483. OLE color: 10583483.

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

Color convert

RGB187125161-
CMYK00.330.140.27
HSL325.16º31.31%61.18%-
HSV(B)325.16º33.16%73.33%-
XYZ34.2627.8137.28-
YUV147.64135.54156.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=39.53%
G=26.43%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712516100.330.140.27325.1631.3161.18
HexBB7DA1021E1B1451f3d
Octal27317524104116335053775
Binary10111011111110110100001010000111101101110100010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DA1; }

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

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

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

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

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

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

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

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