Html Css Color HEX #ADB6DB Perano

📋 copy color: '#ADB6DB'

red 173 ◦ green 182 ◦ blue 219

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

Shades of Perano #ADB6DB

Tints of Perano #ADB6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.71%

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

R = 30.14%
G = 31.71%
B = 38.15%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADB6DB (or 0xADB6DB) is known color: Perano. HEX triplet: AD, B6 and DB. RGB value is (173,182,219). Sum of RGB (Red+Green+Blue) = 173+182+219=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADB6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6DB is #524924. Grayscale: #B7B7B7. Windows color (decimal): -5392677 or 14399149. OLE color: 14399149.

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

Color convert

RGB 173 182 219 -
CMYK 0.21 0.17 0 0.14
HSL 228.26º 0.39% 0.77% -
HSV(B) 228.26º 0.21% 0.86% -
XYZ 46.75 47.45 73.71 -
YUV 183.53 148.02 120.49 -
System Red Green Blue C M Y K H S L
Decimal 173 182 219 0.21 0.17 0 0.14 228.26 0.39 0.77
Hex AD B6 DB 15 11 0 E E4 27 4D
Octal 255 266 333 25 21 0 16 344 47 115
Binary 10101101 10110110 11011011 10101 10001 0 1110 11100100 100111 1001101

Color Harmonies of #ADB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6DB

Black with #ADB6DB

Text Example


Text Example

White with #ADB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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