#B1A9D8

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

Shades of Wistful #B1A9D8

Tints of Wistful #B1A9D8

Color information

#B1A9D8 (or 0xB1A9D8) is unknown color: approx Wistful. HEX triplet: B1, A9 and D8. RGB value is (177,169,216). Sum of RGB (Red+Green+Blue) = 177+169+216=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 216 - color contains mainly: blue. Hex color #B1A9D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9D8 is #4E5627. Grayscale: #B0B0B0. Windows color (decimal): -5133864 or 14199217. OLE color: 14199217.

HSL color Cylindrical-coordinate representation of color #B1A9D8: hue angle of 250.21º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1A9D8 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177169216-
CMYK0.180.2200.15
HSL250.21º37.6%75.49%-
HSV(B)250.21º21.76%84.71%-
XYZ44.7142.6870.85-
YUV176.75150.15128.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.49%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 216 (84.77% from 255) = 38.43%
R=31.49%
G=30.07%
B=38.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771692160.180.2200.15250.2137.675.49
HexB1A9D812160Ffa264b
Octal261251330222601737246113
Binary101100011010100111011000100101011001111111110101001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A9D8; }

 p { color: rgb(177,169,216); }

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

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

 a { background-color: rgb(177,169,216); }

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

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

 span { border-color: rgb(177,169,216); }

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