Html Css Color HEX #ABACDC Wistful

📋 copy color: '#ABACDC'

red 171 ◦ green 172 ◦ blue 220

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

Shades of Wistful #ABACDC

Tints of Wistful #ABACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 30.37%
G = 30.55%
B = 39.08%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABACDC (or 0xABACDC) is known color: Wistful. HEX triplet: AB, AC and DC. RGB value is (171,172,220). Sum of RGB (Red+Green+Blue) = 171+172+220=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACDC is #545323. Grayscale: #B0B0B0. Windows color (decimal): -5526308 or 14462123. OLE color: 14462123.

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

Color convert

RGB 171 172 220 -
CMYK 0.22 0.22 0 0.14
HSL 238.78º 0.41% 0.77% -
HSV(B) 238.78º 0.22% 0.86% -
XYZ 44.47 43.33 73.73 -
YUV 177.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 171 172 220 0.22 0.22 0 0.14 238.78 0.41 0.77
Hex AB AC DC 16 16 0 E EF 29 4D
Octal 253 254 334 26 26 0 16 357 51 115
Binary 10101011 10101100 11011100 10110 10110 0 1110 11101111 101001 1001101

Color Harmonies of #ABACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACDC

Black with #ABACDC

Text Example


Text Example

White with #ABACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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