#B28AA4

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

Shades of Bouquet #B28AA4

Tints of Bouquet #B28AA4

Color information

#B28AA4 (or 0xB28AA4) is unknown color: approx Bouquet. HEX triplet: B2, 8A and A4. RGB value is (178,138,164). Sum of RGB (Red+Green+Blue) = 178+138+164=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B28AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28AA4 is #4D755B. Grayscale: #989898. Windows color (decimal): -5076316 or 10783410. OLE color: 10783410.

HSL color Cylindrical-coordinate representation of color #B28AA4: hue angle of 321º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B28AA4 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB178138164-
CMYK00.220.080.30
HSL321º20.62%61.96%-
HSV(B)321º22.47%69.8%-
XYZ34.1530.3239.17-
YUV152.92134.25145.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 138 (54.30% from 255) = 28.75%
BLUE value IS 164 (64.45% from 255) = 34.17%
R=37.08%
G=28.75%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813816400.220.080.3032120.6261.96
HexB28AA401681E141153e
Octal26221224402610365012576
Binary10110010100010101010010001011010001111010100000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28AA4; }

 p { color: rgb(178,138,164); }

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

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

 a { background-color: rgb(178,138,164); }

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

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

 span { border-color: rgb(178,138,164); }

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