Html Css Color HEX #ADB7DB Perano

📋 copy color: '#ADB7DB'

red 173 ◦ green 183 ◦ blue 219

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

Shades of Perano #ADB7DB

Tints of Perano #ADB7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.83%

 BLUE value IS 219 (85.94% from 255) = 38.09%

R = 30.09%
G = 31.83%
B = 38.09%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADB7DB (or 0xADB7DB) is known color: Perano. HEX triplet: AD, B7 and DB. RGB value is (173,183,219). Sum of RGB (Red+Green+Blue) = 173+183+219=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADB7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7DB is #524824. Grayscale: #B7B7B7. Windows color (decimal): -5392421 or 14399405. OLE color: 14399405.

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

Color convert

RGB 173 183 219 -
CMYK 0.21 0.16 0 0.14
HSL 226.96º 0.39% 0.77% -
HSV(B) 226.96º 0.21% 0.86% -
XYZ 46.95 47.87 73.78 -
YUV 184.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 173 183 219 0.21 0.16 0 0.14 226.96 0.39 0.77
Hex AD B7 DB 15 10 0 E E3 27 4D
Octal 255 267 333 25 20 0 16 343 47 115
Binary 10101101 10110111 11011011 10101 10000 0 1110 11100011 100111 1001101

Color Harmonies of #ADB7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB7DB

Black with #ADB7DB

Text Example


Text Example

White with #ADB7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB7DB; }

 p { color: rgb(173,183,219); }

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

background-color css

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

 a { background-color: rgb(173,183,219); }

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

border-color css

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

 span { border-color: rgb(173,183,219); }

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