Html Css Color HEX #ABACC3 Wistful

📋 copy color: '#ABACC3'

red 171 ◦ green 172 ◦ blue 195

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

Shades of Wistful #ABACC3

Tints of Wistful #ABACC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.25%

R = 31.78%
G = 31.97%
B = 36.25%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABACC3 (or 0xABACC3) is known color: Wistful. HEX triplet: AB, AC and C3. RGB value is (171,172,195). Sum of RGB (Red+Green+Blue) = 171+172+195=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACC3 is #54533C. Grayscale: #AEAEAE. Windows color (decimal): -5526333 or 12823723. OLE color: 12823723.

HSL color Cylindrical-coordinate representation of color #ABACC3: hue angle of 237.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABACC3 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 172 195 -
CMYK 0.12 0.12 0 0.24
HSL 237.5º 0.17% 0.72% -
HSV(B) 237.5º 0.12% 0.76% -
XYZ 41.4 42.1 57.57 -
YUV 174.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 171 172 195 0.12 0.12 0 0.24 237.5 0.17 0.72
Hex AB AC C3 C C 0 18 EE 11 48
Octal 253 254 303 14 14 0 30 356 21 110
Binary 10101011 10101100 11000011 1100 1100 0 11000 11101110 10001 1001000

Color Harmonies of #ABACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACC3

Black with #ABACC3

Text Example


Text Example

White with #ABACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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