#B987A0

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

Shades of Bouquet #B987A0

Tints of Bouquet #B987A0

Color information

#B987A0 (or 0xB987A0) is unknown color: approx Bouquet. HEX triplet: B9, 87 and A0. RGB value is (185,135,160). Sum of RGB (Red+Green+Blue) = 185+135+160=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B987A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B987A0 is #46785F. Grayscale: #989898. Windows color (decimal): -4618336 or 10520505. OLE color: 10520505.

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

Color convert

RGB185135160-
CMYK00.270.140.27
HSL330º26.32%62.75%-
HSV(B)330º27.03%72.55%-
XYZ35.0230.1837.24-
YUV152.8132.06150.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 160 (62.89% from 255) = 33.33%
R=38.54%
G=28.12%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513516000.270.140.2733026.3262.75
HexB987A001BE1B14a1a3f
Octal27120724003316335123277
Binary10111001100001111010000001101111101101110100101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B987A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B987A0; }

 p { color: rgb(185,135,160); }

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

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

 a { background-color: rgb(185,135,160); }

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

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

 span { border-color: rgb(185,135,160); }

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