Html Css Color HEX #ADB3DC Perano

📋 copy color: '#ADB3DC'

red 173 ◦ green 179 ◦ blue 220

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

Shades of Perano #ADB3DC

Tints of Perano #ADB3DC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.29%

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

R = 30.24%
G = 31.29%
B = 38.46%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADB3DC (or 0xADB3DC) is known color: Perano. HEX triplet: AD, B3 and DC. RGB value is (173,179,220). Sum of RGB (Red+Green+Blue) = 173+179+220=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADB3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3DC is #524C23. Grayscale: #B5B5B5. Windows color (decimal): -5393444 or 14463917. OLE color: 14463917.

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

Color convert

RGB 173 179 220 -
CMYK 0.21 0.19 0 0.14
HSL 232.34º 0.4% 0.77% -
HSV(B) 232.34º 0.21% 0.86% -
XYZ 46.27 46.29 74.21 -
YUV 181.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 173 179 220 0.21 0.19 0 0.14 232.34 0.4 0.77
Hex AD B3 DC 15 13 0 E E8 28 4D
Octal 255 263 334 25 23 0 16 350 50 115
Binary 10101101 10110011 11011100 10101 10011 0 1110 11101000 101000 1001101

Color Harmonies of #ADB3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3DC

Black with #ADB3DC

Text Example


Text Example

White with #ADB3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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