#B2699B

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

Shades of Bouquet #B2699B

Tints of Bouquet #B2699B

Color information

#B2699B (or 0xB2699B) is unknown color: approx Bouquet. HEX triplet: B2, 69 and 9B. RGB value is (178,105,155). Sum of RGB (Red+Green+Blue) = 178+105+155=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2699B is #4D9664. Grayscale: #848484. Windows color (decimal): -5084773 or 10185138. OLE color: 10185138.

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

Color convert

RGB178105155-
CMYK00.410.130.30
HSL318.9º32.16%55.49%-
HSV(B)318.9º41.01%69.8%-
XYZ29.3321.9333.7-
YUV132.53140.68160.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.64%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=40.64%
G=23.97%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810515500.410.130.30318.932.1655.49
HexB2699B029D1E13f2037
Octal26215123305115364774067
Binary101100101101001100110110101001110111110100111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2699B; }

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

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

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

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

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

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

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

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