#B985A8

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

Shades of Bouquet #B985A8

Tints of Bouquet #B985A8

Color information

#B985A8 (or 0xB985A8) is unknown color: approx Bouquet. HEX triplet: B9, 85 and A8. RGB value is (185,133,168). Sum of RGB (Red+Green+Blue) = 185+133+168=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B985A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B985A8 is #467A57. Grayscale: #989898. Windows color (decimal): -4618840 or 11044281. OLE color: 11044281.

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

Color convert

RGB185133168-
CMYK00.280.090.27
HSL319.62º27.08%62.35%-
HSV(B)319.62º28.11%72.55%-
XYZ35.4629.9240.95-
YUV152.54136.73151.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 168 (66.02% from 255) = 34.57%
R=38.07%
G=27.37%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513316800.280.090.27319.6227.0862.35
HexB985A801C91B1401b3e
Octal27120525003411335003376
Binary10111001100001011010100001110010011101110100000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985A8; }

 p { color: rgb(185,133,168); }

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

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

 a { background-color: rgb(185,133,168); }

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

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

 span { border-color: rgb(185,133,168); }

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