#B28D9E

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

Shades of Bouquet #B28D9E

Tints of Bouquet #B28D9E

Color information

#B28D9E (or 0xB28D9E) is unknown color: approx Bouquet. HEX triplet: B2, 8D and 9E. RGB value is (178,141,158). Sum of RGB (Red+Green+Blue) = 178+141+158=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28D9E is #4D7261. Grayscale: #999999. Windows color (decimal): -5075554 or 10390962. OLE color: 10390962.

HSL color Cylindrical-coordinate representation of color #B28D9E: hue angle of 332.43º 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 #B28D9E is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB178141158-
CMYK00.210.110.30
HSL332.43º19.37%62.55%-
HSV(B)332.43º20.79%69.8%-
XYZ34.0630.9836.53-
YUV154130.26145.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 141 (55.47% from 255) = 29.56%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=37.32%
G=29.56%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814115800.210.110.30332.4319.3762.55
HexB28D9E015B1E14c133f
Octal26221523602513365142377
Binary10110010100011011001111001010110111111010100110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D9E; }

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

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

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

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

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

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

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

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