#B588A4

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

Shades of Bouquet #B588A4

Tints of Bouquet #B588A4

Color information

#B588A4 (or 0xB588A4) is unknown color: approx Bouquet. HEX triplet: B5, 88 and A4. RGB value is (181,136,164). Sum of RGB (Red+Green+Blue) = 181+136+164=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B588A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B588A4 is #4A775B. Grayscale: #989898. Windows color (decimal): -4880220 or 10782901. OLE color: 10782901.

HSL color Cylindrical-coordinate representation of color #B588A4: hue angle of 322.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B588A4 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB181136164-
CMYK00.250.090.29
HSL322.67º23.32%62.16%-
HSV(B)322.67º24.86%70.98%-
XYZ34.5630.1139.11-
YUV152.65134.41148.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 164 (64.45% from 255) = 34.10%
R=37.63%
G=28.27%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113616400.250.090.29322.6723.3262.16
HexB588A401991D143173e
Octal26521024403111355032776
Binary10110101100010001010010001100110011110110100001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588A4; }

 p { color: rgb(181,136,164); }

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

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

 a { background-color: rgb(181,136,164); }

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

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

 span { border-color: rgb(181,136,164); }

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