#B0AAD7

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

Shades of Wistful #B0AAD7

Tints of Wistful #B0AAD7

Color information

#B0AAD7 (or 0xB0AAD7) is unknown color: approx Wistful. HEX triplet: B0, AA and D7. RGB value is (176,170,215). Sum of RGB (Red+Green+Blue) = 176+170+215=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #B0AAD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AAD7 is #4F5528. Grayscale: #B0B0B0. Windows color (decimal): -5199145 or 14133936. OLE color: 14133936.

HSL color Cylindrical-coordinate representation of color #B0AAD7: hue angle of 248º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0AAD7 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176170215-
CMYK0.180.2100.16
HSL248º36%75.49%-
HSV(B)248º20.93%84.31%-
XYZ44.5442.8970.22-
YUV176.92149.49127.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.37%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 215 (84.38% from 255) = 38.32%
R=31.37%
G=30.30%
B=38.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761702150.180.2100.162483675.49
HexB0AAD71215010f8244b
Octal260252327222502037044113
Binary1011000010101010110101111001010101010000111110001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAD7; }

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

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

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

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

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

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

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

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