Html Css Color HEX #ABACC5 Wistful

📋 copy color: '#ABACC5'

red 171 ◦ green 172 ◦ blue 197

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

Shades of Wistful #ABACC5

Tints of Wistful #ABACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.85%

 BLUE value IS 197 (77.34% from 255) = 36.48%

R = 31.67%
G = 31.85%
B = 36.48%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ABACC5 (or 0xABACC5) is known color: Wistful. HEX triplet: AB, AC and C5. RGB value is (171,172,197). Sum of RGB (Red+Green+Blue) = 171+172+197=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACC5 is #54533A. Grayscale: #AEAEAE. Windows color (decimal): -5526331 or 12954795. OLE color: 12954795.

HSL color Cylindrical-coordinate representation of color #ABACC5: hue angle of 237.69º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABACC5 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 172 197 -
CMYK 0.13 0.13 0 0.23
HSL 237.69º 0.18% 0.72% -
HSV(B) 237.69º 0.13% 0.77% -
XYZ 41.63 42.19 58.77 -
YUV 174.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 171 172 197 0.13 0.13 0 0.23 237.69 0.18 0.72
Hex AB AC C5 D D 0 17 EE 12 48
Octal 253 254 305 15 15 0 27 356 22 110
Binary 10101011 10101100 11000101 1101 1101 0 10111 11101110 10010 1001000

Color Harmonies of #ABACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACC5

Black with #ABACC5

Text Example


Text Example

White with #ABACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACC5; }

 p { color: rgb(171,172,197); }

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

background-color css

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

 a { background-color: rgb(171,172,197); }

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

border-color css

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

 span { border-color: rgb(171,172,197); }

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