Html Css Color HEX #B0AAC9 Wistful

📋 copy color: '#B0AAC9'

red 176 ◦ green 170 ◦ blue 201

#B0AAC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #B0AAC9

Tints of Wistful #B0AAC9

RGB

 RED value IS 176 (69.14% from 255) = 32.18%

 GREEN value IS 170 (66.8% from 255) = 31.08%

 BLUE value IS 201 (78.91% from 255) = 36.75%

R = 32.18%
G = 31.08%
B = 36.75%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B0AAC9 (or 0xB0AAC9) is known color: Wistful. HEX triplet: B0, AA and C9. RGB value is (176,170,201). Sum of RGB (Red+Green+Blue) = 176+170+201=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 201 - color contains mainly: blue. Hex color #B0AAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AAC9 is #4F5536. Grayscale: #AFAFAF. Windows color (decimal): -5199159 or 13216432. OLE color: 13216432.

HSL color Cylindrical-coordinate representation of color #B0AAC9: hue angle of 251.61º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0AAC9 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 170 201 -
CMYK 0.12 0.15 0 0.21
HSL 251.61º 0.22% 0.73% -
HSV(B) 251.61º 0.15% 0.79% -
XYZ 42.82 42.2 61.15 -
YUV 175.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 176 170 201 0.12 0.15 0 0.21 251.61 0.22 0.73
Hex B0 AA C9 C F 0 15 FC 16 49
Octal 260 252 311 14 17 0 25 374 26 111
Binary 10110000 10101010 11001001 1100 1111 0 10101 11111100 10110 1001001

Color Harmonies of #B0AAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AAC9

Black with #B0AAC9

Text Example


Text Example

White with #B0AAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AAC9; }

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

 H1.HeaderClassName
 {
   color: #B0AAC9;
 }
 .AnyTagClassName
 {
   color: #B0AAC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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