#B0ABD5

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

Shades of Wistful #B0ABD5

Tints of Wistful #B0ABD5

Color information

#B0ABD5 (or 0xB0ABD5) is unknown color: approx Wistful. HEX triplet: B0, AB and D5. RGB value is (176,171,213). Sum of RGB (Red+Green+Blue) = 176+171+213=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #B0ABD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABD5 is #4F542A. Grayscale: #B1B1B1. Windows color (decimal): -5198891 or 14003120. OLE color: 14003120.

HSL color Cylindrical-coordinate representation of color #B0ABD5: hue angle of 247.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0ABD5 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176171213-
CMYK0.170.2000.16
HSL247.14º33.33%75.29%-
HSV(B)247.14º19.72%83.53%-
XYZ44.4843.1668.94-
YUV177.28148.16127.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.43%
GREEN value IS 171 (67.19% from 255) = 30.54%
BLUE value IS 213 (83.59% from 255) = 38.04%
R=31.43%
G=30.54%
B=38.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761712130.170.2000.16247.1433.3375.29
HexB0ABD51114010f7214b
Octal260253325212402036741113
Binary1011000010101011110101011000110100010000111101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABD5; }

 p { color: rgb(176,171,213); }

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

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

 a { background-color: rgb(176,171,213); }

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

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

 span { border-color: rgb(176,171,213); }

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