Html Css Color HEX #ADBAE0 Perano

📋 copy color: '#ADBAE0'

red 173 ◦ green 186 ◦ blue 224

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

Shades of Perano #ADBAE0

Tints of Perano #ADBAE0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.9%

 BLUE value IS 224 (87.89% from 255) = 38.42%

R = 29.67%
G = 31.9%
B = 38.42%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADBAE0 (or 0xADBAE0) is known color: Perano. HEX triplet: AD, BA and E0. RGB value is (173,186,224). Sum of RGB (Red+Green+Blue) = 173+186+224=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADBAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAE0 is #52451F. Grayscale: #BABABA. Windows color (decimal): -5391648 or 14727853. OLE color: 14727853.

HSL color Cylindrical-coordinate representation of color #ADBAE0: hue angle of 224.71º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADBAE0 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 186 224 -
CMYK 0.23 0.17 0 0.12
HSL 224.71º 0.45% 0.78% -
HSV(B) 224.71º 0.23% 0.88% -
XYZ 48.25 49.38 77.51 -
YUV 186.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 173 186 224 0.23 0.17 0 0.12 224.71 0.45 0.78
Hex AD BA E0 17 11 0 C E1 2D 4E
Octal 255 272 340 27 21 0 14 341 55 116
Binary 10101101 10111010 11100000 10111 10001 0 1100 11100001 101101 1001110

Color Harmonies of #ADBAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAE0

Black with #ADBAE0

Text Example


Text Example

White with #ADBAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAE0; }

 p { color: rgb(173,186,224); }

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

background-color css

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

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

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

border-color css

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

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

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