#b0a8d7

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

Shades of Wistful #B0A8D7

Tints of Wistful #B0A8D7

Color information

#B0A8D7 (or 0xB0A8D7) is unknown color: approx Wistful. HEX triplet: B0, A8 and D7. RGB value is (176,168,215). Sum of RGB (Red+Green+Blue) = 176+168+215=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #B0A8D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8D7 is #4F5728. Grayscale: #AFAFAF. Windows color (decimal): -5199657 or 14133424. OLE color: 14133424.

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

Color convert

RGB176168215-
CMYK0.180.2200.16
HSL250.21º37.01%75.1%-
HSV(B)250.21º21.86%84.31%-
XYZ44.1742.1470.1-
YUV175.75150.15128.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.48%
GREEN value IS 168 (66.02% from 255) = 30.05%
BLUE value IS 215 (84.38% from 255) = 38.46%
R=31.48%
G=30.05%
B=38.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761682150.180.2200.16250.2137.0175.1
HexB0A8D71216010fa254b
Octal260250327222602037245113
Binary1011000010101000110101111001010110010000111110101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0a8d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0a8d7; }

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

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

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

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

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

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

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

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