Html Css Color HEX #ABACCC Wistful

📋 copy color: '#ABACCC'

red 171 ◦ green 172 ◦ blue 204

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

Shades of Wistful #ABACCC

Tints of Wistful #ABACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 31.26%
G = 31.44%
B = 37.29%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ABACCC (or 0xABACCC) is known color: Wistful. HEX triplet: AB, AC and CC. RGB value is (171,172,204). Sum of RGB (Red+Green+Blue) = 171+172+204=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACCC is #545333. Grayscale: #AFAFAF. Windows color (decimal): -5526324 or 13413547. OLE color: 13413547.

HSL color Cylindrical-coordinate representation of color #ABACCC: hue angle of 238.18º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABACCC is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 172 204 -
CMYK 0.16 0.16 0 0.2
HSL 238.18º 0.24% 0.74% -
HSV(B) 238.18º 0.16% 0.8% -
XYZ 42.45 42.52 63.1 -
YUV 175.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 171 172 204 0.16 0.16 0 0.2 238.18 0.24 0.74
Hex AB AC CC 10 10 0 14 EE 18 4A
Octal 253 254 314 20 20 0 24 356 30 112
Binary 10101011 10101100 11001100 10000 10000 0 10100 11101110 11000 1001010

Color Harmonies of #ABACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACCC

Black with #ABACCC

Text Example


Text Example

White with #ABACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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