Html Css Color HEX #ABA8BE Wistful

📋 copy color: '#ABA8BE'

red 171 ◦ green 168 ◦ blue 190

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

Shades of Wistful #ABA8BE

Tints of Wistful #ABA8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.76%

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

R = 32.33%
G = 31.76%
B = 35.92%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABA8BE (or 0xABA8BE) is known color: Wistful. HEX triplet: AB, A8 and BE. RGB value is (171,168,190). Sum of RGB (Red+Green+Blue) = 171+168+190=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8BE is #545741. Grayscale: #ABABAB. Windows color (decimal): -5527362 or 12495019. OLE color: 12495019.

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

Color convert

RGB 171 168 190 -
CMYK 0.10 0.12 0 0.25
HSL 248.18º 0.14% 0.7% -
HSV(B) 248.18º 0.12% 0.75% -
XYZ 40.09 40.38 54.4 -
YUV 171.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 171 168 190 0.10 0.12 0 0.25 248.18 0.14 0.7
Hex AB A8 BE A C 0 19 F8 E 46
Octal 253 250 276 12 14 0 31 370 16 106
Binary 10101011 10101000 10111110 1010 1100 0 11001 11111000 1110 1000110

Color Harmonies of #ABA8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8BE

Black with #ABA8BE

Text Example


Text Example

White with #ABA8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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