Html Css Color HEX #ADB1DC Perano

📋 copy color: '#ADB1DC'

red 173 ◦ green 177 ◦ blue 220

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

Shades of Perano #ADB1DC

Tints of Perano #ADB1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.05%

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

R = 30.35%
G = 31.05%
B = 38.6%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADB1DC (or 0xADB1DC) is known color: Perano. HEX triplet: AD, B1 and DC. RGB value is (173,177,220). Sum of RGB (Red+Green+Blue) = 173+177+220=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADB1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1DC is #524E23. Grayscale: #B4B4B4. Windows color (decimal): -5393956 or 14463405. OLE color: 14463405.

HSL color Cylindrical-coordinate representation of color #ADB1DC: hue angle of 234.89º 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 #ADB1DC is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 177 220 -
CMYK 0.21 0.20 0 0.14
HSL 234.89º 0.4% 0.77% -
HSV(B) 234.89º 0.21% 0.86% -
XYZ 45.87 45.5 74.07 -
YUV 180.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 173 177 220 0.21 0.20 0 0.14 234.89 0.4 0.77
Hex AD B1 DC 15 14 0 E EB 28 4D
Octal 255 261 334 25 24 0 16 353 50 115
Binary 10101101 10110001 11011100 10101 10100 0 1110 11101011 101000 1001101

Color Harmonies of #ADB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1DC

Black with #ADB1DC

Text Example


Text Example

White with #ADB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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