#B0A9DB

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

Shades of Wistful #B0A9DB

Tints of Wistful #B0A9DB

Color information

#B0A9DB (or 0xB0A9DB) is unknown color: approx Wistful. HEX triplet: B0, A9 and DB. RGB value is (176,169,219). Sum of RGB (Red+Green+Blue) = 176+169+219=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A9DB is #4F5624. Grayscale: #B0B0B0. Windows color (decimal): -5199397 or 14395824. OLE color: 14395824.

HSL color Cylindrical-coordinate representation of color #B0A9DB: hue angle of 248.4º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0A9DB is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176169219-
CMYK0.200.2300.14
HSL248.4º40.98%76.08%-
HSV(B)248.4º22.83%85.88%-
XYZ44.8842.7272.9-
YUV176.79151.82127.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.21%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=31.21%
G=29.96%
B=38.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761692190.200.2300.14248.440.9876.08
HexB0A9DB14170Ef8294c
Octal260251333242701637051114
Binary101100001010100111011011101001011101110111110001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A9DB; }

 p { color: rgb(176,169,219); }

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

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

 a { background-color: rgb(176,169,219); }

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

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

 span { border-color: rgb(176,169,219); }

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