#BB70AA

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

Shades of Bouquet #BB70AA

Tints of Bouquet #BB70AA

Color information

#BB70AA (or 0xBB70AA) is unknown color: approx Bouquet. HEX triplet: BB, 70 and AA. RGB value is (187,112,170). Sum of RGB (Red+Green+Blue) = 187+112+170=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB70AA is #448F55. Grayscale: #8C8C8C. Windows color (decimal): -4493142 or 11169979. OLE color: 11169979.

HSL color Cylindrical-coordinate representation of color #BB70AA: hue angle of 313.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB70AA is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187112170-
CMYK00.400.090.27
HSL313.6º35.55%58.63%-
HSV(B)313.6º40.11%73.33%-
XYZ33.5425.0641.1-
YUV141.04144.35160.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=39.87%
G=23.88%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711217000.400.090.27313.635.5558.63
HexBB70AA02891B13a243b
Octal27316025205011334724473
Binary101110111110000101010100101000100111011100111010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB70AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB70AA; }

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

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

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

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

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

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

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

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