#B28D9D

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

Shades of Bouquet #B28D9D

Tints of Bouquet #B28D9D

Color information

#B28D9D (or 0xB28D9D) is unknown color: approx Bouquet. HEX triplet: B2, 8D and 9D. RGB value is (178,141,157). Sum of RGB (Red+Green+Blue) = 178+141+157=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28D9D is #4D7262. Grayscale: #999999. Windows color (decimal): -5075555 or 10325426. OLE color: 10325426.

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

Color convert

RGB178141157-
CMYK00.210.120.30
HSL334.05º19.37%62.55%-
HSV(B)334.05º20.79%69.8%-
XYZ33.9730.9536.08-
YUV153.89129.76145.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=37.39%
G=29.62%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814115700.210.120.30334.0519.3762.55
HexB28D9D015C1E14e133f
Octal26221523502514365162377
Binary10110010100011011001110101010111001111010100111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D9D; }

 p { color: rgb(178,141,157); }

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

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

 a { background-color: rgb(178,141,157); }

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

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

 span { border-color: rgb(178,141,157); }

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