#B0AAC6

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

Shades of Wistful #B0AAC6

Tints of Wistful #B0AAC6

Color information

#B0AAC6 (or 0xB0AAC6) is unknown color: approx Wistful. HEX triplet: B0, AA and C6. RGB value is (176,170,198). Sum of RGB (Red+Green+Blue) = 176+170+198=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 198 - color contains mainly: blue. Hex color #B0AAC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AAC6 is #4F5539. Grayscale: #AEAEAE. Windows color (decimal): -5199162 or 13019824. OLE color: 13019824.

HSL color Cylindrical-coordinate representation of color #B0AAC6: hue angle of 252.86º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0AAC6 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB176170198-
CMYK0.110.1400.22
HSL252.86º19.72%72.16%-
HSV(B)252.86º14.14%77.65%-
XYZ42.4742.0659.31-
YUV174.99140.99128.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 198 (77.73% from 255) = 36.40%
R=32.35%
G=31.25%
B=36.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761701980.110.1400.22252.8619.7272.16
HexB0AAC6BE016fd1448
Octal260252306131602637524110
Binary1011000010101010110001101011111001011011111101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAC6; }

 p { color: rgb(176,170,198); }

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

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

 a { background-color: rgb(176,170,198); }

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

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

 span { border-color: rgb(176,170,198); }

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