Html Css Color HEX #ADB9E0 Perano

📋 copy color: '#ADB9E0'

red 173 ◦ green 185 ◦ blue 224

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

Shades of Perano #ADB9E0

Tints of Perano #ADB9E0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.79%

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

R = 29.73%
G = 31.79%
B = 38.49%

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

#ADB9E0 (or 0xADB9E0) is known color: Perano. HEX triplet: AD, B9 and E0. RGB value is (173,185,224). Sum of RGB (Red+Green+Blue) = 173+185+224=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADB9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9E0 is #52461F. Grayscale: #B9B9B9. Windows color (decimal): -5391904 or 14727597. OLE color: 14727597.

HSL color Cylindrical-coordinate representation of color #ADB9E0: hue angle of 225.88º 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 #ADB9E0 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 185 224 -
CMYK 0.23 0.17 0 0.12
HSL 225.88º 0.45% 0.78% -
HSV(B) 225.88º 0.23% 0.88% -
XYZ 48.04 48.96 77.44 -
YUV 185.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 173 185 224 0.23 0.17 0 0.12 225.88 0.45 0.78
Hex AD B9 E0 17 11 0 C E2 2D 4E
Octal 255 271 340 27 21 0 14 342 55 116
Binary 10101101 10111001 11100000 10111 10001 0 1100 11100010 101101 1001110

Color Harmonies of #ADB9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9E0

Black with #ADB9E0

Text Example


Text Example

White with #ADB9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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