Html Css Color HEX #ADADE5 Perano

📋 copy color: '#ADADE5'

red 173 ◦ green 173 ◦ blue 229

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

Shades of Perano #ADADE5

Tints of Perano #ADADE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.83%

R = 30.09%
G = 30.09%
B = 39.83%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADADE5 (or 0xADADE5) is known color: Perano. HEX triplet: AD, AD and E5. RGB value is (173,173,229). Sum of RGB (Red+Green+Blue) = 173+173+229=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADE5 is #52521A. Grayscale: #B3B3B3. Windows color (decimal): -5394971 or 15052205. OLE color: 15052205.

HSL color Cylindrical-coordinate representation of color #ADADE5: hue angle of 240º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADADE5 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 173 229 -
CMYK 0.24 0.24 0 0.10
HSL 240º 0.52% 0.79% -
HSV(B) 240º 0.24% 0.9% -
XYZ 46.32 44.43 80.26 -
YUV 179.38 156 123.45 -
System Red Green Blue C M Y K H S L
Decimal 173 173 229 0.24 0.24 0 0.10 240 0.52 0.79
Hex AD AD E5 18 18 0 A F0 34 4F
Octal 255 255 345 30 30 0 12 360 64 117
Binary 10101101 10101101 11100101 11000 11000 0 1010 11110000 110100 1001111

Color Harmonies of #ADADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADE5

Black with #ADADE5

Text Example


Text Example

White with #ADADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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