#B689A4

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

Shades of Bouquet #B689A4

Tints of Bouquet #B689A4

Color information

#B689A4 (or 0xB689A4) is unknown color: approx Bouquet. HEX triplet: B6, 89 and A4. RGB value is (182,137,164). Sum of RGB (Red+Green+Blue) = 182+137+164=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B689A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B689A4 is #49765B. Grayscale: #999999. Windows color (decimal): -4814428 or 10783158. OLE color: 10783158.

HSL color Cylindrical-coordinate representation of color #B689A4: hue angle of 324º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B689A4 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB182137164-
CMYK00.250.100.29
HSL324º23.56%62.55%-
HSV(B)324º24.73%71.37%-
XYZ34.9430.5239.17-
YUV153.53133.91148.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 137 (53.91% from 255) = 28.36%
BLUE value IS 164 (64.45% from 255) = 33.95%
R=37.68%
G=28.36%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213716400.250.100.2932423.5662.55
HexB689A4019A1D144183f
Octal26621124403112355043077
Binary10110110100010011010010001100110101110110100010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B689A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B689A4; }

 p { color: rgb(182,137,164); }

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

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

 a { background-color: rgb(182,137,164); }

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

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

 span { border-color: rgb(182,137,164); }

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