#B0A8DD

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

Shades of Wistful #B0A8DD

Tints of Wistful #B0A8DD

Color information

#B0A8DD (or 0xB0A8DD) is unknown color: approx Wistful. HEX triplet: B0, A8 and DD. RGB value is (176,168,221). Sum of RGB (Red+Green+Blue) = 176+168+221=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8DD is #4F5722. Grayscale: #B0B0B0. Windows color (decimal): -5199651 or 14526640. OLE color: 14526640.

HSL color Cylindrical-coordinate representation of color #B0A8DD: hue angle of 249.06º degrees, saturation: 0.44, 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 #B0A8DD is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176168221-
CMYK0.200.2400.13
HSL249.06º43.8%76.27%-
HSV(B)249.06º23.98%86.67%-
XYZ44.9642.4674.23-
YUV176.43153.15127.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 168 (66.02% from 255) = 29.73%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=31.15%
G=29.73%
B=39.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761682210.200.2400.13249.0643.876.27
HexB0A8DD14180Df92c4c
Octal260250335243001537154114
Binary101100001010100011011101101001100001101111110011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A8DD; }

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

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

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

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

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

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

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

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