#B0ABCF

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

Shades of Wistful #B0ABCF

Tints of Wistful #B0ABCF

Color information

#B0ABCF (or 0xB0ABCF) is unknown color: approx Wistful. HEX triplet: B0, AB and CF. RGB value is (176,171,207). Sum of RGB (Red+Green+Blue) = 176+171+207=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABCF is #4F5430. Grayscale: #B0B0B0. Windows color (decimal): -5198897 or 13609904. OLE color: 13609904.

HSL color Cylindrical-coordinate representation of color #B0ABCF: hue angle of 248.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0ABCF is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176171207-
CMYK0.150.1700.19
HSL248.33º27.27%74.12%-
HSV(B)248.33º17.39%81.18%-
XYZ43.7342.8665-
YUV176.6145.16127.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=31.77%
G=30.87%
B=37.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761712070.150.1700.19248.3327.2774.12
HexB0ABCFF11013f81b4a
Octal260253317172102337033112
Binary10110000101010111100111111111000101001111111000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABCF; }

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

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

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

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

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

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

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

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