Html Css Color HEX #ABACC8 Wistful

📋 copy color: '#ABACC8'

red 171 ◦ green 172 ◦ blue 200

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

Shades of Wistful #ABACC8

Tints of Wistful #ABACC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.83%

R = 31.49%
G = 31.68%
B = 36.83%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ABACC8 (or 0xABACC8) is known color: Wistful. HEX triplet: AB, AC and C8. RGB value is (171,172,200). Sum of RGB (Red+Green+Blue) = 171+172+200=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 200 - color contains mainly: blue. Hex color #ABACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACC8 is #545337. Grayscale: #AEAEAE. Windows color (decimal): -5526328 or 13151403. OLE color: 13151403.

HSL color Cylindrical-coordinate representation of color #ABACC8: hue angle of 237.93º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABACC8 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 172 200 -
CMYK 0.14 0.14 0 0.22
HSL 237.93º 0.21% 0.73% -
HSV(B) 237.93º 0.15% 0.78% -
XYZ 41.97 42.33 60.6 -
YUV 174.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 171 172 200 0.14 0.14 0 0.22 237.93 0.21 0.73
Hex AB AC C8 E E 0 16 EE 15 49
Octal 253 254 310 16 16 0 26 356 25 111
Binary 10101011 10101100 11001000 1110 1110 0 10110 11101110 10101 1001001

Color Harmonies of #ABACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACC8

Black with #ABACC8

Text Example


Text Example

White with #ABACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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