#BB76AB

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

Shades of Bouquet #BB76AB

Tints of Bouquet #BB76AB

Color information

#BB76AB (or 0xBB76AB) is unknown color: approx Bouquet. HEX triplet: BB, 76 and AB. RGB value is (187,118,171). Sum of RGB (Red+Green+Blue) = 187+118+171=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB76AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB76AB is #448954. Grayscale: #909090. Windows color (decimal): -4491605 or 11237051. OLE color: 11237051.

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

Color convert

RGB187118171-
CMYK00.370.090.27
HSL313.91º33.66%59.8%-
HSV(B)313.91º36.9%73.33%-
XYZ34.3226.4641.83-
YUV144.67142.86158.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 118 (46.48% from 255) = 24.79%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=39.29%
G=24.79%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711817100.370.090.27313.9133.6659.8
HexBB76AB02591B13a223c
Octal27316625304511334724274
Binary101110111110110101010110100101100111011100111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB76AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB76AB; }

 p { color: rgb(187,118,171); }

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

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

 a { background-color: rgb(187,118,171); }

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

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

 span { border-color: rgb(187,118,171); }

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