#B2689E

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

Shades of Bouquet #B2689E

Tints of Bouquet #B2689E

Color information

#B2689E (or 0xB2689E) is unknown color: approx Bouquet. HEX triplet: B2, 68 and 9E. RGB value is (178,104,158). Sum of RGB (Red+Green+Blue) = 178+104+158=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B2689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2689E is #4D9761. Grayscale: #848484. Windows color (decimal): -5085026 or 10381490. OLE color: 10381490.

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

Color convert

RGB178104158-
CMYK00.420.110.30
HSL316.22º32.46%55.29%-
HSV(B)316.22º41.57%69.8%-
XYZ29.4821.8335.01-
YUV132.28142.52160.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=40.45%
G=23.64%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810415800.420.110.30316.2232.4655.29
HexB2689E02AB1E13c2037
Octal26215023605213364744067
Binary101100101101000100111100101010101111110100111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2689E; }

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

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

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

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

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

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

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

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