#B0A9CF

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

Shades of Wistful #B0A9CF

Tints of Wistful #B0A9CF

Color information

#B0A9CF (or 0xB0A9CF) is unknown color: approx Wistful. HEX triplet: B0, A9 and CF. RGB value is (176,169,207). Sum of RGB (Red+Green+Blue) = 176+169+207=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0A9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A9CF is #4F5630. Grayscale: #AFAFAF. Windows color (decimal): -5199409 or 13609392. OLE color: 13609392.

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

Color convert

RGB176169207-
CMYK0.150.1800.19
HSL251.05º28.36%73.73%-
HSV(B)251.05º18.36%81.18%-
XYZ43.3542.1164.87-
YUV175.42145.82128.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 169 (66.41% from 255) = 30.62%
BLUE value IS 207 (81.25% from 255) = 37.5%
R=31.88%
G=30.62%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761692070.150.1800.19251.0528.3673.73
HexB0A9CFF12013fb1c4a
Octal260251317172202337334112
Binary10110000101010011100111111111001001001111111011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A9CF; }

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

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

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

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

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

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

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

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