Html Css Color HEX #ADB4DC Perano

📋 copy color: '#ADB4DC'

red 173 ◦ green 180 ◦ blue 220

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

Shades of Perano #ADB4DC

Tints of Perano #ADB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.41%

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 30.19%
G = 31.41%
B = 38.39%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADB4DC (or 0xADB4DC) is known color: Perano. HEX triplet: AD, B4 and DC. RGB value is (173,180,220). Sum of RGB (Red+Green+Blue) = 173+180+220=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADB4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4DC is #524B23. Grayscale: #B6B6B6. Windows color (decimal): -5393188 or 14464173. OLE color: 14464173.

HSL color Cylindrical-coordinate representation of color #ADB4DC: hue angle of 231.06º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADB4DC is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 180 220 -
CMYK 0.21 0.18 0 0.14
HSL 231.06º 0.4% 0.77% -
HSV(B) 231.06º 0.21% 0.86% -
XYZ 46.47 46.69 74.27 -
YUV 182.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 173 180 220 0.21 0.18 0 0.14 231.06 0.4 0.77
Hex AD B4 DC 15 12 0 E E7 28 4D
Octal 255 264 334 25 22 0 16 347 50 115
Binary 10101101 10110100 11011100 10101 10010 0 1110 11100111 101000 1001101

Color Harmonies of #ADB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4DC

Black with #ADB4DC

Text Example


Text Example

White with #ADB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4DC; }

 p { color: rgb(173,180,220); }

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

background-color css

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

 a { background-color: rgb(173,180,220); }

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

border-color css

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

 span { border-color: rgb(173,180,220); }

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