#BB81AA

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

Shades of Bouquet #BB81AA

Tints of Bouquet #BB81AA

Color information

#BB81AA (or 0xBB81AA) is unknown color: approx Bouquet. HEX triplet: BB, 81 and AA. RGB value is (187,129,170). Sum of RGB (Red+Green+Blue) = 187+129+170=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB81AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB81AA is #447E55. Grayscale: #969696. Windows color (decimal): -4488790 or 11174331. OLE color: 11174331.

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

Color convert

RGB187129170-
CMYK00.310.090.27
HSL317.59º29.9%61.96%-
HSV(B)317.59º31.02%73.33%-
XYZ35.629.1741.78-
YUV151.02138.72153.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=38.48%
G=26.54%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712917000.310.090.27317.5929.961.96
HexBB81AA01F91B13e1e3e
Octal27320125203711334763676
Binary10111011100000011010101001111110011101110011111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB81AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB81AA; }

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

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

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

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

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

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

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

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