Html Css Color HEX #ADACC2 Wistful

📋 copy color: '#ADACC2'

red 173 ◦ green 172 ◦ blue 194

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

Shades of Wistful #ADACC2

Tints of Wistful #ADACC2

RGB

 RED value IS 173 (67.97% from 255) = 32.1%

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 32.1%
G = 31.91%
B = 35.99%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ADACC2 (or 0xADACC2) is known color: Wistful. HEX triplet: AD, AC and C2. RGB value is (173,172,194). Sum of RGB (Red+Green+Blue) = 173+172+194=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC2 is #52533D. Grayscale: #AEAEAE. Windows color (decimal): -5395262 or 12758189. OLE color: 12758189.

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

Color convert

RGB 173 172 194 -
CMYK 0.11 0.11 0 0.24
HSL 242.73º 0.15% 0.72% -
HSV(B) 242.73º 0.11% 0.76% -
XYZ 41.72 42.28 57 -
YUV 174.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 173 172 194 0.11 0.11 0 0.24 242.73 0.15 0.72
Hex AD AC C2 B B 0 18 F3 F 48
Octal 255 254 302 13 13 0 30 363 17 110
Binary 10101101 10101100 11000010 1011 1011 0 11000 11110011 1111 1001000

Color Harmonies of #ADACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACC2

Black with #ADACC2

Text Example


Text Example

White with #ADACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACC2; }

 p { color: rgb(173,172,194); }

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

background-color css

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

 a { background-color: rgb(173,172,194); }

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

border-color css

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

 span { border-color: rgb(173,172,194); }

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