Html Css Color HEX #ADADEA Perano

📋 copy color: '#ADADEA'

red 173 ◦ green 173 ◦ blue 234

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

Shades of Perano #ADADEA

Tints of Perano #ADADEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.34%

R = 29.83%
G = 29.83%
B = 40.34%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADADEA (or 0xADADEA) is known color: Perano. HEX triplet: AD, AD and EA. RGB value is (173,173,234). Sum of RGB (Red+Green+Blue) = 173+173+234=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADADEA is #525215. Grayscale: #B3B3B3. Windows color (decimal): -5394966 or 15379885. OLE color: 15379885.

HSL color Cylindrical-coordinate representation of color #ADADEA: hue angle of 240º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADADEA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 173 234 -
CMYK 0.26 0.26 0 0.08
HSL 240º 0.59% 0.8% -
HSV(B) 240º 0.26% 0.92% -
XYZ 47.03 44.71 83.99 -
YUV 179.95 158.5 123.04 -
System Red Green Blue C M Y K H S L
Decimal 173 173 234 0.26 0.26 0 0.08 240 0.59 0.8
Hex AD AD EA 1A 1A 0 8 F0 3B 50
Octal 255 255 352 32 32 0 10 360 73 120
Binary 10101101 10101101 11101010 11010 11010 0 1000 11110000 111011 1010000

Color Harmonies of #ADADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADEA

Black with #ADADEA

Text Example


Text Example

White with #ADADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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