#B0AACC

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

Shades of Wistful #B0AACC

Tints of Wistful #B0AACC

Color information

#B0AACC (or 0xB0AACC) is unknown color: approx Wistful. HEX triplet: B0, AA and CC. RGB value is (176,170,204). Sum of RGB (Red+Green+Blue) = 176+170+204=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AACC is #4F5533. Grayscale: #AFAFAF. Windows color (decimal): -5199156 or 13413040. OLE color: 13413040.

HSL color Cylindrical-coordinate representation of color #B0AACC: hue angle of 250.59º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0AACC is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB176170204-
CMYK0.140.1700.2
HSL250.59º25%73.33%-
HSV(B)250.59º16.67%80%-
XYZ43.1842.3463.02-
YUV175.67143.99128.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=32%
G=30.91%
B=37.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761702040.140.1700.2250.592573.33
HexB0AACCE11014fb1949
Octal260252314162102437331111
Binary10110000101010101100110011101000101010011111011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AACC; }

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

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

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

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

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

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

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

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