#BB8AA4

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

Shades of Bouquet #BB8AA4

Tints of Bouquet #BB8AA4

Color information

#BB8AA4 (or 0xBB8AA4) is unknown color: approx Bouquet. HEX triplet: BB, 8A and A4. RGB value is (187,138,164). Sum of RGB (Red+Green+Blue) = 187+138+164=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8AA4 is #44755B. Grayscale: #9B9B9B. Windows color (decimal): -4486492 or 10783419. OLE color: 10783419.

HSL color Cylindrical-coordinate representation of color #BB8AA4: hue angle of 328.16º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8AA4 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB187138164-
CMYK00.260.120.27
HSL328.16º26.49%63.73%-
HSV(B)328.16º26.2%73.33%-
XYZ36.2831.4239.27-
YUV155.61132.73150.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=38.24%
G=28.22%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713816400.260.120.27328.1626.4963.73
HexBB8AA401AC1B1481a40
Octal273212244032143351032100
Binary101110111000101010100100011010110011011101001000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8AA4; }

 p { color: rgb(187,138,164); }

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

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

 a { background-color: rgb(187,138,164); }

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

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

 span { border-color: rgb(187,138,164); }

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