#B689A7

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

Shades of Bouquet #B689A7

Tints of Bouquet #B689A7

Color information

#B689A7 (or 0xB689A7) is unknown color: approx Bouquet. HEX triplet: B6, 89 and A7. RGB value is (182,137,167). Sum of RGB (Red+Green+Blue) = 182+137+167=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B689A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B689A7 is #497658. Grayscale: #999999. Windows color (decimal): -4814425 or 10979766. OLE color: 10979766.

HSL color Cylindrical-coordinate representation of color #B689A7: hue angle of 320º 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 #B689A7 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB182137167-
CMYK00.250.080.29
HSL320º23.56%62.55%-
HSV(B)320º24.73%71.37%-
XYZ35.2130.6340.61-
YUV153.88135.41148.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 167 (65.62% from 255) = 34.36%
R=37.45%
G=28.19%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213716700.250.080.2932023.5662.55
HexB689A701981D140183f
Octal26621124703110355003077
Binary10110110100010011010011101100110001110110100000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B689A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B689A7; }

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

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

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

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

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

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

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

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