#B28FA1

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

Shades of Bouquet #B28FA1

Tints of Bouquet #B28FA1

Color information

#B28FA1 (or 0xB28FA1) is unknown color: approx Bouquet. HEX triplet: B2, 8F and A1. RGB value is (178,143,161). Sum of RGB (Red+Green+Blue) = 178+143+161=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B28FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28FA1 is #4D705E. Grayscale: #9B9B9B. Windows color (decimal): -5075039 or 10588082. OLE color: 10588082.

HSL color Cylindrical-coordinate representation of color #B28FA1: hue angle of 329.14º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B28FA1 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB178143161-
CMYK00.200.100.30
HSL329.14º18.52%62.94%-
HSV(B)329.14º19.66%69.8%-
XYZ34.6231.6838.01-
YUV155.52131.1144.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 143 (56.25% from 255) = 29.67%
BLUE value IS 161 (63.28% from 255) = 33.40%
R=36.93%
G=29.67%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814316100.200.100.30329.1418.5262.94
HexB28FA1014A1E149133f
Octal26221724102412365112377
Binary10110010100011111010000101010010101111010100100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28FA1; }

 p { color: rgb(178,143,161); }

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

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

 a { background-color: rgb(178,143,161); }

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

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

 span { border-color: rgb(178,143,161); }

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