Html Css Color HEX #B0AACB Wistful

📋 copy color: '#B0AACB'

red 176 ◦ green 170 ◦ blue 203

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

Shades of Wistful #B0AACB

Tints of Wistful #B0AACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.98%

R = 32.06%
G = 30.97%
B = 36.98%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B0AACB (or 0xB0AACB) is known color: Wistful. HEX triplet: B0, AA and CB. RGB value is (176,170,203). Sum of RGB (Red+Green+Blue) = 176+170+203=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AACB is #4F5534. Grayscale: #AFAFAF. Windows color (decimal): -5199157 or 13347504. OLE color: 13347504.

HSL color Cylindrical-coordinate representation of color #B0AACB: hue angle of 250.91º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0AACB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 170 203 -
CMYK 0.13 0.16 0 0.20
HSL 250.91º 0.24% 0.73% -
HSV(B) 250.91º 0.16% 0.8% -
XYZ 43.06 42.29 62.39 -
YUV 175.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 176 170 203 0.13 0.16 0 0.20 250.91 0.24 0.73
Hex B0 AA CB D 10 0 14 FB 18 49
Octal 260 252 313 15 20 0 24 373 30 111
Binary 10110000 10101010 11001011 1101 10000 0 10100 11111011 11000 1001001

Color Harmonies of #B0AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AACB

Black with #B0AACB

Text Example


Text Example

White with #B0AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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