Html Css Color HEX #ADAFEA Perano

📋 copy color: '#ADAFEA'

red 173 ◦ green 175 ◦ blue 234

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

Shades of Perano #ADAFEA

Tints of Perano #ADAFEA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.07%

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

R = 29.73%
G = 30.07%
B = 40.21%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADAFEA (or 0xADAFEA) is known color: Perano. HEX triplet: AD, AF and EA. RGB value is (173,175,234). Sum of RGB (Red+Green+Blue) = 173+175+234=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADAFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFEA is #525015. Grayscale: #B4B4B4. Windows color (decimal): -5394454 or 15380397. OLE color: 15380397.

HSL color Cylindrical-coordinate representation of color #ADAFEA: hue angle of 238.03º 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 #ADAFEA is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 175 234 -
CMYK 0.26 0.25 0 0.08
HSL 238.03º 0.59% 0.8% -
HSV(B) 238.03º 0.26% 0.92% -
XYZ 47.41 45.48 84.12 -
YUV 181.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 173 175 234 0.26 0.25 0 0.08 238.03 0.59 0.8
Hex AD AF EA 1A 19 0 8 EE 3B 50
Octal 255 257 352 32 31 0 10 356 73 120
Binary 10101101 10101111 11101010 11010 11001 0 1000 11101110 111011 1010000

Color Harmonies of #ADAFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAFEA

Black with #ADAFEA

Text Example


Text Example

White with #ADAFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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