Html Css Color HEX #ABA6BE Wistful

📋 copy color: '#ABA6BE'

red 171 ◦ green 166 ◦ blue 190

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

Shades of Wistful #ABA6BE

Tints of Wistful #ABA6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.5%

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

R = 32.45%
G = 31.5%
B = 36.05%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABA6BE (or 0xABA6BE) is known color: Wistful. HEX triplet: AB, A6 and BE. RGB value is (171,166,190). Sum of RGB (Red+Green+Blue) = 171+166+190=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABA6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6BE is #545941. Grayscale: #AAAAAA. Windows color (decimal): -5527874 or 12494507. OLE color: 12494507.

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

Color convert

RGB 171 166 190 -
CMYK 0.10 0.13 0 0.25
HSL 252.5º 0.16% 0.7% -
HSV(B) 252.5º 0.13% 0.75% -
XYZ 39.73 39.65 54.27 -
YUV 170.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 171 166 190 0.10 0.13 0 0.25 252.5 0.16 0.7
Hex AB A6 BE A D 0 19 FD 10 46
Octal 253 246 276 12 15 0 31 375 20 106
Binary 10101011 10100110 10111110 1010 1101 0 11001 11111101 10000 1000110

Color Harmonies of #ABA6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6BE

Black with #ABA6BE

Text Example


Text Example

White with #ABA6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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