#B688A1

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

Shades of Bouquet #B688A1

Tints of Bouquet #B688A1

Color information

#B688A1 (or 0xB688A1) is unknown color: approx Bouquet. HEX triplet: B6, 88 and A1. RGB value is (182,136,161). Sum of RGB (Red+Green+Blue) = 182+136+161=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B688A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688A1 is #49775E. Grayscale: #989898. Windows color (decimal): -4814687 or 10586294. OLE color: 10586294.

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

Color convert

RGB182136161-
CMYK00.250.120.29
HSL327.39º23.96%62.35%-
HSV(B)327.39º25.27%71.37%-
XYZ34.5330.1337.71-
YUV152.6132.74148.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 136 (53.52% from 255) = 28.39%
BLUE value IS 161 (63.28% from 255) = 33.61%
R=38.00%
G=28.39%
B=33.61%

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
Decimal18213616100.250.120.29327.3923.9662.35
HexB688A1019C1D147183e
Octal26621024103114355073076
Binary10110110100010001010000101100111001110110100011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688A1; }

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

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

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

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

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

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

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

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