Html Css Color HEX #ADB5DE Perano

📋 copy color: '#ADB5DE'

red 173 ◦ green 181 ◦ blue 222

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

Shades of Perano #ADB5DE

Tints of Perano #ADB5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.54%

R = 30.03%
G = 31.42%
B = 38.54%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADB5DE (or 0xADB5DE) is known color: Perano. HEX triplet: AD, B5 and DE. RGB value is (173,181,222). Sum of RGB (Red+Green+Blue) = 173+181+222=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADB5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5DE is #524A21. Grayscale: #B7B7B7. Windows color (decimal): -5392930 or 14595501. OLE color: 14595501.

HSL color Cylindrical-coordinate representation of color #ADB5DE: hue angle of 230.2º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADB5DE is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 181 222 -
CMYK 0.22 0.18 0 0.13
HSL 230.2º 0.43% 0.77% -
HSV(B) 230.2º 0.22% 0.87% -
XYZ 46.94 47.21 75.74 -
YUV 183.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 173 181 222 0.22 0.18 0 0.13 230.2 0.43 0.77
Hex AD B5 DE 16 12 0 D E6 2B 4D
Octal 255 265 336 26 22 0 15 346 53 115
Binary 10101101 10110101 11011110 10110 10010 0 1101 11100110 101011 1001101

Color Harmonies of #ADB5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5DE

Black with #ADB5DE

Text Example


Text Example

White with #ADB5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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