#B2839E

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

Shades of Bouquet #B2839E

Tints of Bouquet #B2839E

Color information

#B2839E (or 0xB2839E) is unknown color: approx Bouquet. HEX triplet: B2, 83 and 9E. RGB value is (178,131,158). Sum of RGB (Red+Green+Blue) = 178+131+158=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2839E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2839E is #4D7C61. Grayscale: #949494. Windows color (decimal): -5078114 or 10388402. OLE color: 10388402.

HSL color Cylindrical-coordinate representation of color #B2839E: hue angle of 325.53º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2839E is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB178131158-
CMYK00.260.110.30
HSL325.53º23.38%60.59%-
HSV(B)325.53º26.4%69.8%-
XYZ32.6528.1736.06-
YUV148.13133.57149.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=38.12%
G=28.05%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813115800.260.110.30325.5323.3860.59
HexB2839E01AB1E146173d
Octal26220323603213365062775
Binary10110010100000111001111001101010111111010100011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2839E; }

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

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

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

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

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

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

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

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