Html Css Color HEX #ABACC0 Wistful

📋 copy color: '#ABACC0'

red 171 ◦ green 172 ◦ blue 192

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

Shades of Wistful #ABACC0

Tints of Wistful #ABACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.89%

R = 31.96%
G = 32.15%
B = 35.89%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABACC0 (or 0xABACC0) is known color: Wistful. HEX triplet: AB, AC and C0. RGB value is (171,172,192). Sum of RGB (Red+Green+Blue) = 171+172+192=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACC0 is #54533F. Grayscale: #ADADAD. Windows color (decimal): -5526336 or 12627115. OLE color: 12627115.

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

Color convert

RGB 171 172 192 -
CMYK 0.11 0.10 0 0.25
HSL 237.14º 0.14% 0.71% -
HSV(B) 237.14º 0.11% 0.75% -
XYZ 41.06 41.97 55.81 -
YUV 173.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 171 172 192 0.11 0.10 0 0.25 237.14 0.14 0.71
Hex AB AC C0 B A 0 19 ED E 47
Octal 253 254 300 13 12 0 31 355 16 107
Binary 10101011 10101100 11000000 1011 1010 0 11001 11101101 1110 1000111

Color Harmonies of #ABACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACC0

Black with #ABACC0

Text Example


Text Example

White with #ABACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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