#B888A7

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

Shades of Bouquet #B888A7

Tints of Bouquet #B888A7

Color information

#B888A7 (or 0xB888A7) is unknown color: approx Bouquet. HEX triplet: B8, 88 and A7. RGB value is (184,136,167). Sum of RGB (Red+Green+Blue) = 184+136+167=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B888A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B888A7 is #477758. Grayscale: #999999. Windows color (decimal): -4683609 or 10979512. OLE color: 10979512.

HSL color Cylindrical-coordinate representation of color #B888A7: hue angle of 321.25º 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 #B888A7 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB184136167-
CMYK00.260.090.28
HSL321.25º25.26%62.75%-
HSV(B)321.25º26.09%72.16%-
XYZ35.5530.5940.59-
YUV153.89135.4149.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 167 (65.62% from 255) = 34.29%
R=37.78%
G=27.93%
B=34.29%

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
Decimal18413616700.260.090.28321.2525.2662.75
HexB888A701A91C141193f
Octal27021024703211345013177
Binary10111000100010001010011101101010011110010100000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B888A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B888A7; }

 p { color: rgb(184,136,167); }

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

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

 a { background-color: rgb(184,136,167); }

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

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

 span { border-color: rgb(184,136,167); }

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