#B986A4

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

Shades of Bouquet #B986A4

Tints of Bouquet #B986A4

Color information

#B986A4 (or 0xB986A4) is unknown color: approx Bouquet. HEX triplet: B9, 86 and A4. RGB value is (185,134,164). Sum of RGB (Red+Green+Blue) = 185+134+164=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B986A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B986A4 is #46795B. Grayscale: #989898. Windows color (decimal): -4618588 or 10782393. OLE color: 10782393.

HSL color Cylindrical-coordinate representation of color #B986A4: hue angle of 324.71º degrees, saturation: 0.27, 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 #B986A4 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB185134164-
CMYK00.280.110.27
HSL324.71º26.7%62.55%-
HSV(B)324.71º27.57%72.55%-
XYZ35.2330.0439.06-
YUV152.67134.4151.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 164 (64.45% from 255) = 33.95%
R=38.30%
G=27.74%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513416400.280.110.27324.7126.762.55
HexB986A401CB1B1451b3f
Octal27120624403413335053377
Binary10111001100001101010010001110010111101110100010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B986A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B986A4; }

 p { color: rgb(185,134,164); }

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

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

 a { background-color: rgb(185,134,164); }

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

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

 span { border-color: rgb(185,134,164); }

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