#B0AACD

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

Shades of Wistful #B0AACD

Tints of Wistful #B0AACD

Color information

#B0AACD (or 0xB0AACD) is unknown color: approx Wistful. HEX triplet: B0, AA and CD. RGB value is (176,170,205). Sum of RGB (Red+Green+Blue) = 176+170+205=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AACD is #4F5532. Grayscale: #AFAFAF. Windows color (decimal): -5199155 or 13478576. OLE color: 13478576.

HSL color Cylindrical-coordinate representation of color #B0AACD: hue angle of 250.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0AACD is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176170205-
CMYK0.140.1700.20
HSL250.29º25.93%73.53%-
HSV(B)250.29º17.07%80.39%-
XYZ43.342.3963.66-
YUV175.78144.49128.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=31.94%
G=30.85%
B=37.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761702050.140.1700.20250.2925.9373.53
HexB0AACDE11014fa1a4a
Octal260252315162102437232112
Binary10110000101010101100110111101000101010011111010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AACD; }

 p { color: rgb(176,170,205); }

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

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

 a { background-color: rgb(176,170,205); }

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

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

 span { border-color: rgb(176,170,205); }

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