#bb7aab

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

Shades of Bouquet #BB7AAB

Tints of Bouquet #BB7AAB

Color information

#BB7AAB (or 0xBB7AAB) is unknown color: approx Bouquet. HEX triplet: BB, 7A and AB. RGB value is (187,122,171). Sum of RGB (Red+Green+Blue) = 187+122+171=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7AAB is #448554. Grayscale: #929292. Windows color (decimal): -4490581 or 11238075. OLE color: 11238075.

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

Color convert

RGB187122171-
CMYK00.350.090.27
HSL314.77º32.34%60.59%-
HSV(B)314.77º34.76%73.33%-
XYZ34.827.4241.99-
YUV147.02141.53156.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 122 (48.05% from 255) = 25.42%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=38.96%
G=25.42%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712217100.350.090.27314.7732.3460.59
HexBB7AAB02391B13b203d
Octal27317225304311334734075
Binary101110111111010101010110100011100111011100111011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb7aab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb7aab; }

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

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

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

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

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

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

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

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