#B688A4

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

Shades of Bouquet #B688A4

Tints of Bouquet #B688A4

Color information

#B688A4 (or 0xB688A4) is unknown color: approx Bouquet. HEX triplet: B6, 88 and A4. RGB value is (182,136,164). Sum of RGB (Red+Green+Blue) = 182+136+164=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B688A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688A4 is #49775B. Grayscale: #989898. Windows color (decimal): -4814684 or 10782902. OLE color: 10782902.

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

Color convert

RGB182136164-
CMYK00.250.100.29
HSL323.48º23.96%62.35%-
HSV(B)323.48º25.27%71.37%-
XYZ34.830.2339.12-
YUV152.95134.24148.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 136 (53.52% from 255) = 28.22%
BLUE value IS 164 (64.45% from 255) = 34.02%
R=37.76%
G=28.22%
B=34.02%

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
Decimal18213616400.250.100.29323.4823.9662.35
HexB688A4019A1D143183e
Octal26621024403112355033076
Binary10110110100010001010010001100110101110110100001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688A4; }

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

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

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

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

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

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

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

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