#B889A8

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

Shades of Bouquet #B889A8

Tints of Bouquet #B889A8

Color information

#B889A8 (or 0xB889A8) is unknown color: approx Bouquet. HEX triplet: B8, 89 and A8. RGB value is (184,137,168). Sum of RGB (Red+Green+Blue) = 184+137+168=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B889A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B889A8 is #477657. Grayscale: #9A9A9A. Windows color (decimal): -4683352 or 11045304. OLE color: 11045304.

HSL color Cylindrical-coordinate representation of color #B889A8: hue angle of 320.43º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B889A8 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB184137168-
CMYK00.260.090.28
HSL320.43º24.87%62.94%-
HSV(B)320.43º25.54%72.16%-
XYZ35.7830.9141.13-
YUV154.59135.57148.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 168 (66.02% from 255) = 34.36%
R=37.63%
G=28.02%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413716800.260.090.28320.4324.8762.94
HexB889A801A91C140193f
Octal27021125003211345003177
Binary10111000100010011010100001101010011110010100000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889A8; }

 p { color: rgb(184,137,168); }

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

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

 a { background-color: rgb(184,137,168); }

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

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

 span { border-color: rgb(184,137,168); }

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