#B0ABCD

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

Shades of Wistful #B0ABCD

Tints of Wistful #B0ABCD

Color information

#B0ABCD (or 0xB0ABCD) is unknown color: approx Wistful. HEX triplet: B0, AB and CD. RGB value is (176,171,205). Sum of RGB (Red+Green+Blue) = 176+171+205=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABCD is #4F5432. Grayscale: #B0B0B0. Windows color (decimal): -5198899 or 13478832. OLE color: 13478832.

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

Color convert

RGB176171205-
CMYK0.140.1700.20
HSL248.82º25.37%73.73%-
HSV(B)248.82º16.59%80.39%-
XYZ43.4942.7663.72-
YUV176.37144.16127.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=31.88%
G=30.98%
B=37.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761712050.140.1700.20248.8225.3773.73
HexB0ABCDE11014f9194a
Octal260253315162102437131112
Binary10110000101010111100110111101000101010011111001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABCD; }

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

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

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

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

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

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

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

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