#B88AA6

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

Shades of Bouquet #B88AA6

Tints of Bouquet #B88AA6

Color information

#B88AA6 (or 0xB88AA6) is unknown color: approx Bouquet. HEX triplet: B8, 8A and A6. RGB value is (184,138,166). Sum of RGB (Red+Green+Blue) = 184+138+166=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B88AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88AA6 is #477559. Grayscale: #9A9A9A. Windows color (decimal): -4683098 or 10914488. OLE color: 10914488.

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

Color convert

RGB184138166-
CMYK00.250.100.28
HSL323.48º24.47%63.14%-
HSV(B)323.48º25%72.16%-
XYZ35.7431.1240.2-
YUV154.95134.24148.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 166 (65.23% from 255) = 34.02%
R=37.70%
G=28.28%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413816600.250.100.28323.4824.4763.14
HexB88AA6019A1C143183f
Octal27021224603112345033077
Binary10111000100010101010011001100110101110010100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88AA6; }

 p { color: rgb(184,138,166); }

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

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

 a { background-color: rgb(184,138,166); }

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

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

 span { border-color: rgb(184,138,166); }

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