Html Css Color HEX #ADB9DB Perano

📋 copy color: '#ADB9DB'

red 173 ◦ green 185 ◦ blue 219

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

Shades of Perano #ADB9DB

Tints of Perano #ADB9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.06%

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

R = 29.98%
G = 32.06%
B = 37.95%

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

#ADB9DB (or 0xADB9DB) is known color: Perano. HEX triplet: AD, B9 and DB. RGB value is (173,185,219). Sum of RGB (Red+Green+Blue) = 173+185+219=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9DB is #524624. Grayscale: #B9B9B9. Windows color (decimal): -5391909 or 14399917. OLE color: 14399917.

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

Color convert

RGB 173 185 219 -
CMYK 0.21 0.16 0 0.14
HSL 224.35º 0.39% 0.77% -
HSV(B) 224.35º 0.21% 0.86% -
XYZ 47.37 48.7 73.92 -
YUV 185.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 173 185 219 0.21 0.16 0 0.14 224.35 0.39 0.77
Hex AD B9 DB 15 10 0 E E0 27 4D
Octal 255 271 333 25 20 0 16 340 47 115
Binary 10101101 10111001 11011011 10101 10000 0 1110 11100000 100111 1001101

Color Harmonies of #ADB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9DB

Black with #ADB9DB

Text Example


Text Example

White with #ADB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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