Html Css Color HEX #ADB5E1 Perano

📋 copy color: '#ADB5E1'

red 173 ◦ green 181 ◦ blue 225

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

Shades of Perano #ADB5E1

Tints of Perano #ADB5E1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.26%

 BLUE value IS 225 (88.28% from 255) = 38.86%

R = 29.88%
G = 31.26%
B = 38.86%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADB5E1 (or 0xADB5E1) is known color: Perano. HEX triplet: AD, B5 and E1. RGB value is (173,181,225). Sum of RGB (Red+Green+Blue) = 173+181+225=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADB5E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5E1 is #524A1E. Grayscale: #B7B7B7. Windows color (decimal): -5392927 or 14792109. OLE color: 14792109.

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

Color convert

RGB 173 181 225 -
CMYK 0.23 0.20 0 0.12
HSL 230.77º 0.46% 0.78% -
HSV(B) 230.77º 0.23% 0.88% -
XYZ 47.35 47.37 77.88 -
YUV 183.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 173 181 225 0.23 0.20 0 0.12 230.77 0.46 0.78
Hex AD B5 E1 17 14 0 C E7 2E 4E
Octal 255 265 341 27 24 0 14 347 56 116
Binary 10101101 10110101 11100001 10111 10100 0 1100 11100111 101110 1001110

Color Harmonies of #ADB5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5E1

Black with #ADB5E1

Text Example


Text Example

White with #ADB5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5E1; }

 p { color: rgb(173,181,225); }

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

background-color css

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

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

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

border-color css

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

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

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