#B0A8DE

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

Shades of Wistful #B0A8DE

Tints of Wistful #B0A8DE

Color information

#B0A8DE (or 0xB0A8DE) is unknown color: approx Wistful. HEX triplet: B0, A8 and DE. RGB value is (176,168,222). Sum of RGB (Red+Green+Blue) = 176+168+222=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0A8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8DE is #4F5721. Grayscale: #B0B0B0. Windows color (decimal): -5199650 or 14592176. OLE color: 14592176.

HSL color Cylindrical-coordinate representation of color #B0A8DE: hue angle of 248.89º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0A8DE is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176168222-
CMYK0.210.2400.13
HSL248.89º45%76.47%-
HSV(B)248.89º24.32%87.06%-
XYZ45.0942.5174.94-
YUV176.55153.65127.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 168 (66.02% from 255) = 29.68%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=31.10%
G=29.68%
B=39.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761682220.210.2400.13248.894576.47
HexB0A8DE15180Df92d4c
Octal260250336253001537155114
Binary101100001010100011011110101011100001101111110011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A8DE; }

 p { color: rgb(176,168,222); }

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

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

 a { background-color: rgb(176,168,222); }

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

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

 span { border-color: rgb(176,168,222); }

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