Html Css Color HEX #ABA4BE Wistful

📋 copy color: '#ABA4BE'

red 171 ◦ green 164 ◦ blue 190

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

Shades of Wistful #ABA4BE

Tints of Wistful #ABA4BE

RGB

 RED value IS 171 (67.19% from 255) = 32.57%

 GREEN value IS 164 (64.45% from 255) = 31.24%

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 32.57%
G = 31.24%
B = 36.19%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABA4BE (or 0xABA4BE) is known color: Wistful. HEX triplet: AB, A4 and BE. RGB value is (171,164,190). Sum of RGB (Red+Green+Blue) = 171+164+190=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABA4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4BE is #545B41. Grayscale: #A8A8A8. Windows color (decimal): -5528386 or 12493995. OLE color: 12493995.

HSL color Cylindrical-coordinate representation of color #ABA4BE: hue angle of 256.15º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABA4BE is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 164 190 -
CMYK 0.10 0.14 0 0.25
HSL 256.15º 0.17% 0.69% -
HSV(B) 256.15º 0.14% 0.75% -
XYZ 39.36 38.93 54.15 -
YUV 169.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 171 164 190 0.10 0.14 0 0.25 256.15 0.17 0.69
Hex AB A4 BE A E 0 19 100 11 45
Octal 253 244 276 12 16 0 31 400 21 105
Binary 10101011 10100100 10111110 1010 1110 0 11001 100000000 10001 1000101

Color Harmonies of #ABA4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4BE

Black with #ABA4BE

Text Example


Text Example

White with #ABA4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4BE; }

 p { color: rgb(171,164,190); }

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

background-color css

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

 a { background-color: rgb(171,164,190); }

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

border-color css

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

 span { border-color: rgb(171,164,190); }

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