Html Css Color HEX #B0AAD8 Wistful

📋 copy color: '#B0AAD8'

red 176 ◦ green 170 ◦ blue 216

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

Shades of Wistful #B0AAD8

Tints of Wistful #B0AAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.43%

R = 31.32%
G = 30.25%
B = 38.43%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B0AAD8 (or 0xB0AAD8) is known color: Wistful. HEX triplet: B0, AA and D8. RGB value is (176,170,216). Sum of RGB (Red+Green+Blue) = 176+170+216=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 216 - color contains mainly: blue. Hex color #B0AAD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AAD8 is #4F5527. Grayscale: #B0B0B0. Windows color (decimal): -5199144 or 14199472. OLE color: 14199472.

HSL color Cylindrical-coordinate representation of color #B0AAD8: hue angle of 247.83º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0AAD8 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 170 216 -
CMYK 0.19 0.21 0 0.15
HSL 247.83º 0.37% 0.76% -
HSV(B) 247.83º 0.21% 0.85% -
XYZ 44.67 42.94 70.9 -
YUV 177.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 176 170 216 0.19 0.21 0 0.15 247.83 0.37 0.76
Hex B0 AA D8 13 15 0 F F8 25 4C
Octal 260 252 330 23 25 0 17 370 45 114
Binary 10110000 10101010 11011000 10011 10101 0 1111 11111000 100101 1001100

Color Harmonies of #B0AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AAD8

Black with #B0AAD8

Text Example


Text Example

White with #B0AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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