#BB87A4

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

Shades of Bouquet #BB87A4

Tints of Bouquet #BB87A4

Color information

#BB87A4 (or 0xBB87A4) is unknown color: approx Bouquet. HEX triplet: BB, 87 and A4. RGB value is (187,135,164). Sum of RGB (Red+Green+Blue) = 187+135+164=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB87A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB87A4 is #44785B. Grayscale: #999999. Windows color (decimal): -4487260 or 10782651. OLE color: 10782651.

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

Color convert

RGB187135164-
CMYK00.280.120.27
HSL326.54º27.66%63.14%-
HSV(B)326.54º27.81%73.33%-
XYZ35.8630.5739.13-
YUV153.85133.73151.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 135 (53.12% from 255) = 27.78%
BLUE value IS 164 (64.45% from 255) = 33.74%
R=38.48%
G=27.78%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713516400.280.120.27326.5427.6663.14
HexBB87A401CC1B1471c3f
Octal27320724403414335073477
Binary10111011100001111010010001110011001101110100011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87A4; }

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

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

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

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

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

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

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

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