#BB7CAA

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

Shades of Bouquet #BB7CAA

Tints of Bouquet #BB7CAA

Color information

#BB7CAA (or 0xBB7CAA) is unknown color: approx Bouquet. HEX triplet: BB, 7C and AA. RGB value is (187,124,170). Sum of RGB (Red+Green+Blue) = 187+124+170=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7CAA is #448355. Grayscale: #939393. Windows color (decimal): -4490070 or 11173051. OLE color: 11173051.

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

Color convert

RGB187124170-
CMYK00.340.090.27
HSL316.19º31.66%60.98%-
HSV(B)316.19º33.69%73.33%-
XYZ34.9627.8841.57-
YUV148.08140.37155.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=38.88%
G=25.78%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712417000.340.090.27316.1931.6660.98
HexBB7CAA02291B13c203d
Octal27317425204211334744075
Binary101110111111100101010100100010100111011100111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7CAA; }

 p { color: rgb(187,124,170); }

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

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

 a { background-color: rgb(187,124,170); }

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

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

 span { border-color: rgb(187,124,170); }

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