#B2699E

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

Shades of Bouquet #B2699E

Tints of Bouquet #B2699E

Color information

#B2699E (or 0xB2699E) is unknown color: approx Bouquet. HEX triplet: B2, 69 and 9E. RGB value is (178,105,158). Sum of RGB (Red+Green+Blue) = 178+105+158=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B2699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2699E is #4D9661. Grayscale: #848484. Windows color (decimal): -5084770 or 10381746. OLE color: 10381746.

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

Color convert

RGB178105158-
CMYK00.410.110.30
HSL316.44º32.16%55.49%-
HSV(B)316.44º41.01%69.8%-
XYZ29.5822.0435.04-
YUV132.87142.18160.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=40.36%
G=23.81%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810515800.410.110.30316.4432.1655.49
HexB2699E029B1E13c2037
Octal26215123605113364744067
Binary101100101101001100111100101001101111110100111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2699E; }

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

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

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

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

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

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

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

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