#B987A1

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

Shades of Bouquet #B987A1

Tints of Bouquet #B987A1

Color information

#B987A1 (or 0xB987A1) is unknown color: approx Bouquet. HEX triplet: B9, 87 and A1. RGB value is (185,135,161). Sum of RGB (Red+Green+Blue) = 185+135+161=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B987A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B987A1 is #46785E. Grayscale: #989898. Windows color (decimal): -4618335 or 10586041. OLE color: 10586041.

HSL color Cylindrical-coordinate representation of color #B987A1: hue angle of 328.8º 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 #B987A1 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB185135161-
CMYK00.270.130.27
HSL328.8º26.32%62.75%-
HSV(B)328.8º27.03%72.55%-
XYZ35.130.2237.7-
YUV152.91132.56150.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 135 (53.12% from 255) = 28.07%
BLUE value IS 161 (63.28% from 255) = 33.47%
R=38.46%
G=28.07%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513516100.270.130.27328.826.3262.75
HexB987A101BD1B1491a3f
Octal27120724103315335113277
Binary10111001100001111010000101101111011101110100100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B987A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B987A1; }

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

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

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

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

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

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

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

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