Html Css Color HEX #ADBDE1 Perano

📋 copy color: '#ADBDE1'

red 173 ◦ green 189 ◦ blue 225

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

Shades of Perano #ADBDE1

Tints of Perano #ADBDE1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.2%

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

R = 29.47%
G = 32.2%
B = 38.33%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADBDE1 (or 0xADBDE1) is known color: Perano. HEX triplet: AD, BD and E1. RGB value is (173,189,225). Sum of RGB (Red+Green+Blue) = 173+189+225=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADBDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDE1 is #52421E. Grayscale: #BCBCBC. Windows color (decimal): -5390879 or 14794157. OLE color: 14794157.

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

Color convert

RGB 173 189 225 -
CMYK 0.23 0.16 0 0.12
HSL 221.54º 0.46% 0.78% -
HSV(B) 221.54º 0.23% 0.88% -
XYZ 49.02 50.72 78.44 -
YUV 188.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 173 189 225 0.23 0.16 0 0.12 221.54 0.46 0.78
Hex AD BD E1 17 10 0 C DE 2E 4E
Octal 255 275 341 27 20 0 14 336 56 116
Binary 10101101 10111101 11100001 10111 10000 0 1100 11011110 101110 1001110

Color Harmonies of #ADBDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDE1

Black with #ADBDE1

Text Example


Text Example

White with #ADBDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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