#B688A0

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

Shades of Bouquet #B688A0

Tints of Bouquet #B688A0

Color information

#B688A0 (or 0xB688A0) is unknown color: approx Bouquet. HEX triplet: B6, 88 and A0. RGB value is (182,136,160). Sum of RGB (Red+Green+Blue) = 182+136+160=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B688A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688A0 is #49775F. Grayscale: #989898. Windows color (decimal): -4814688 or 10520758. OLE color: 10520758.

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

Color convert

RGB182136160-
CMYK00.250.120.29
HSL328.7º23.96%62.35%-
HSV(B)328.7º25.27%71.37%-
XYZ34.4430.0937.25-
YUV152.49132.24149.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=38.08%
G=28.45%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213616000.250.120.29328.723.9662.35
HexB688A0019C1D149183e
Octal26621024003114355113076
Binary10110110100010001010000001100111001110110100100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688A0; }

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

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

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

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

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

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

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

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