Html Css Color HEX #ADADE2 Perano

📋 copy color: '#ADADE2'

red 173 ◦ green 173 ◦ blue 226

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

Shades of Perano #ADADE2

Tints of Perano #ADADE2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.24%

 BLUE value IS 226 (88.67% from 255) = 39.51%

R = 30.24%
G = 30.24%
B = 39.51%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADADE2 (or 0xADADE2) is known color: Perano. HEX triplet: AD, AD and E2. RGB value is (173,173,226). Sum of RGB (Red+Green+Blue) = 173+173+226=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADADE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADE2 is #52521D. Grayscale: #B2B2B2. Windows color (decimal): -5394974 or 14855597. OLE color: 14855597.

HSL color Cylindrical-coordinate representation of color #ADADE2: hue angle of 240º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADADE2 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 173 226 -
CMYK 0.23 0.23 0 0.11
HSL 240º 0.48% 0.78% -
HSV(B) 240º 0.23% 0.89% -
XYZ 45.9 44.26 78.08 -
YUV 179.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 173 173 226 0.23 0.23 0 0.11 240 0.48 0.78
Hex AD AD E2 17 17 0 B F0 30 4E
Octal 255 255 342 27 27 0 13 360 60 116
Binary 10101101 10101101 11100010 10111 10111 0 1011 11110000 110000 1001110

Color Harmonies of #ADADE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADE2

Black with #ADADE2

Text Example


Text Example

White with #ADADE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADE2; }

 p { color: rgb(173,173,226); }

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

background-color css

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

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

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

border-color css

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

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

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